is there a simple, portable开发者_运维百科 way (win32, linux at least) to convert UTF-16 to UTF-8 and back? Preferably using boost.
Thx for your help, Tobias
Both libiconv and icu can do this.
Well, if this is for academic purposes, you can convert to UTF-32 and then to UTF-8 or UTF-16. Unicode.org has a convenient PDF that contains a table of bit distributions for UTF-32, UTF-16, and UTF-8.
精彩评论