handling utf-8 string gtk
How can i han开发者_如何学Cdle utf-8 string using gtk frame work.
I think you should use the following api:
std::string Glib::locale_from_utf8 (const Glib::ustring& utf8_string)
Take a look at these pages:
- glibmm: Character Set Conversion
- UTF-8 and Glib::ustring
精彩评论