From c386ddb4d8a1b076d94ebe8b85ca5d0dd124892b Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 22 Nov 2002 03:05:27 +0000 Subject: Ok... here's the summary: Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T. --- extra/locale/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/locale/README') diff --git a/extra/locale/README b/extra/locale/README index 63723f97f..244b92538 100644 --- a/extra/locale/README +++ b/extra/locale/README @@ -44,7 +44,7 @@ Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! Warning!!! -1) In the toplevel dir, 'make headers uClibc_config' . +1) In the toplevel dir, 'make headers'. 2) Create a codesets.txt file in this dir listing the codesets you want to support. The easiest way to do this is to edit the output of -- cgit v1.2.3