International Characters Support: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 99: Line 99:


Displaying strings works in most circumstances except help message (bug report and patch recently provided)
Displaying strings works in most circumstances except help message (bug report and patch recently provided)
== Development ==
* short term: tests to ensure every string processing is 8-bi clean
* middle and long term: there are a number of options to fully support whatever symbol existing in Unicode:
  * make use of C wide_char type
  * make use of ICU [http://site.icu-project.org/], an open-source lib with various Unicode support
75

edits