From: Jarkko Hietaniemi Date: Wed, 8 Mar 2000 15:44:05 +0000 (+0000) Subject: ICU todo fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bce63280b3370f72578c8c11f304c54fb1b5048;p=p5sagit%2Fp5-mst-13.2.git ICU todo fixes. p4raw-id: //depot/cfgperl@5617 --- diff --git a/Todo-5.6 b/Todo-5.6 index e9b2efb..7f18377 100644 --- a/Todo-5.6 +++ b/Todo-5.6 @@ -58,15 +58,22 @@ Long doubles Locales deprecate traditional/legacy locales? + How do locales work across packages? figure out how to support Unicode locales suggestion: integrate the IBM Classes for Unicode (ICU) - http://www10.software.ibm.com/developerworks/opensource/icu/index.html + http://oss.software.ibm.com/developerworks/opensource/icu/project/ and check out also the Locale Converter: http://alphaworks.ibm.com/tech/localeconverter - ICU has it all: locales and character sets, the 'iconv' seems to have - 'only' the character sets. Either would be valuable to get integrated + ICU is "portable, open-source Unicode library with: + charset-independent locales (with multiple locales simultaneously + supported in same thread; character conversions; formatting/parsing + for numbers, currencies, date/time and messages; message catalogs + (resources) ; transliteration, collation, normalization, and text + boundaries (grapheme, word, line-break))". + There is also 'iconv', either from XPG4 or GNU (glibc). + iconv is about character set conversions. + Either ICU or iconv would be valuable to get integrated into Perl, Configure already probes for libiconv and . - How do locales work across packages? Regexen make RE engine thread-safe