21
edits
AndrewJanke (talk | contribs) (Fix "ANSI" vs "ASCII" and some typos, identify "surrogate pair") |
AndrewJanke (talk | contribs) m (typo fix) |
||
Line 107: | Line 107: | ||
* short term: tests to ensure every string processing is 8-bit clean | * short term: tests to ensure every string processing is 8-bit clean | ||
* middle and long term: there are a number of options to fully support whatever symbol existing in Unicode: | * middle and long term: there are a number of options to fully support whatever symbol existing in Unicode: | ||
** make use of C | ** make use of C wchar_t type | ||
** make use of ICU [http://site.icu-project.org/], an open-source lib with various Unicode support functions | ** make use of ICU [http://site.icu-project.org/], an open-source lib with various Unicode support functions | ||
[[Category:Development]] | [[Category:Development]] |
edits