Updates:
Status: Fixed
Comment #2 on issue 296 by coreyoconnor: CJK characters garbled in
minibuffer
http://code.google.com/p/yi-editor/issues/detail?id=296
A quick review indicates the getDirectoryContents API method is returning
UTF-8
strings packed as Char arrays. However all Char arrays, Strings, should be
ISO-10464
encoded not UTF-8 when presented for display.
With the attached patch and the patch posted to issue 187 that adds support
for vty 4
the directory entries display as expected. I have not verified the rest of
the dired
functionality works as expected.
Attachments:
issue_296.dpatch 32.6 KB
--
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
-~----------~----~----~----~------~----~------~--~---