International Characters Support: Difference between revisions

m
typo fix
(Fix "ANSI" vs "ASCII" and some typos, identify "surrogate pair")
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 wchar type
** 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]]
21

edits