Comment #16 on issue 187 by [email protected]: Double-length unicode characters can mess the display http://code.google.com/p/yi-editor/issues/detail?id=187
Width for each should be determined using a unicode library that looks at the east asian width attribute (see UnicodeData.txt, EastAsianWidth.txt, etc.) There are several C libraries that do this, and they have haskell bindings, but last I looked they are incomplete bindings. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
