标签: c++ special-characters sorting
我需要使用特殊的瑞典字符对数组进行排序。当它到达诸如Ö的字符时,它会将它放在数组的后面。如何根据swedish alphabet?
答案 0 :(得分:2)
查看locale-dependent ordering for std::string以查找特定于语言环境的字符和字符串比较。