75
edits
No edit summary |
No edit summary |
||
Line 101: | Line 101: | ||
== Development == | == Development == | ||
* short term: tests to ensure every string processing is 8- | * 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 wide_char type | ** make use of C wide_char 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 |
edits