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



Reply via email to