Hi all,
I'm facing a character width problem in Japanese using glib::ustring.
I have this string: ウェッジパンプス
I want to convert it to: ウエッシパンプス
Using ustring::normalize, i get this string: ウェッジパンプス (in fact, here, each character with accent fills two characters width)
Is there a standard method to do this kind of processing? Is ICU better at doing this?
I need to convert Japanese strings into one of the two formats because a string in half width is different from the same one in full width.