Hi Elliotte, ICU4J can be built with only Normalizer. The instructions on building ICU4J with only normalizer are at: http://oss.software.ibm.com/cvs/icu4j/~checkout~/icu4j/readme.html#HowToModu larize
With only normalizer the jar file can be trimmed to 355KB. Hope that helps. Best Regards, Ram Viswanadha ----- Original Message ----- From: "Elliotte Rusty Harold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 19, 2003 2:11 PM Subject: NFC code > Does anyone know of Java code to convert strings into NFC? > > So far I've found two. IBM offers ICU4J with a > liberal license. However, it does a lot more than > just NFC, and the JAR file is 2.5MB, a little big > for my needs. > > Annex 15 includes sample code > <http://www.unicode.org/reports/tr15/#Code_Sample>. > However, it's "Copyright � 1998-1999 Unicode, > Inc. All Rights Reserved." so I can't copy it > into my own project. > > Is there anything else out there? > > -- > > Elliotte Rusty Harold > [EMAIL PROTECTED] > Processing XML with Java (Addison-Wesley, 2002) > http://www.cafeconleche.org/books/xmljava > http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA > >

