Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for August 2004

bedeviled mojo slop

If you have to ask, you don't want to know!

Unicode Normalization in Java - August 2, 2004

Given recent discussions on the atom-syntax mailing list regarding normalization, I figured it'd be useful to point other Java folks (again) at IBM's International Components for Unicode for Java. In particular, the Normalizer. So, if you needed to do something like normalize using NFKC (Compatability decomposition followed by canonical composition), you could use the following method: static String normalize(String src, Normalizer.Mode mode) with the mode of Normalizer.Mode.NFKC Doesn't...
http://www.blojsom.com/blog/david/i18n/2004/08/02/unicode-normalization-java.html
Available Archives
- February (1 item)
- April (5 items)
- May (1 item)
- July (2 items)
- August (1 item)
- October (1 item)
- November (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact