Changes between Initial Version and Version 1 of Ticket #13184, comment 4
- Timestamp:
- Jan 11, 2017, 10:36:16 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13184, comment 4
initial v1 2 2 3 3 - Our locale implementation relies on ICU to perform most of the work 4 - There are some tricks so that libroot can do this without linking directly to libicu 4 - There are some tricks so that libroot can do this without linking directly to libicu (http://cgit.haiku-os.org/haiku/tree/src/system/libroot/add-ons/icu) 5 5 - There are also some hacks to get gcc2 to have some wchar support, and some rewrite of our glibc involved at the time to get this going. This is our own code and there can be bugs in it (unfortunately widechar C API does not seem to get much use) 6 6