标签: c++ boost locale
如何使用boost locale进行不区分大小写的字符串比较?
目前我这样做,这似乎效率很低:
boost::iequals(utf_to_utf<wchar_t>(lhs), utf_to_utf<wchar_t>(rhs));
答案 0 :(得分:0)
我相信你要找的是Boost.Locale整理API。
http://www.boost.org/doc/libs/1_48_0/libs/locale/doc/html/collation.html