|
|||||||||||||||||||||
Using Unicode Normalization and Character Properties in JavaAddison Phillips - webMethods, Inc.
Statement of Purpose:This presentation demonstrates how Unicode normalization forms can be used (and abused) in a real software product. The advantages and pitfalls of each normalization form will be examined. Audience:This presentation is geared towards developers and system designers with limited internationalization experience. The Unicode Character Database provides important and useful information about each character in the Universal Character Set. Indeed, this is one of the most compelling aspects of the Unicode standard: the compilation and maintenance of character properties beyond a mere code point helps developers implement general solutions to natural language processing and text handling problems that would otherwise be quite challenging. One aspect of Unicode that is both powerful and perilous is the use of Unicode Normalization Forms. This presentation will demonstrate:
We'll demonstrate how a webMethods product (webMethods Integrator) used each of these to improve input handling, collation performance, and pattern matching. Small Java demo programs (and source code) will be included in the session for each feature as well, including: -- a numeric input field that uses Form KC to make input validation easier.-- how forms D and KD affect a Collator's performance -- how form C improves pattern matching and collision detection As an added bonus, we'll document a "secret" feature of Java IME support that will allow your programs to perform character-by-character input handling. |
When the world wants to talk, it speaks Unicode |
International Unicode Conferences are organized by Global Meeting Services, Inc., (GMS).
GMS is pleased to be able to offer the International Unicode Conferences under an exclusive
license granted by the Unicode Consortium. All responsibility for conference finances and
operations is borne by GMS. The independent conference board serves solely at the pleasure
of GMS and is composed of volunteers active in Unicode and in international software
development. All inquiries regarding International Unicode Conferences should be addressed
to info@global-conference.com.
Unicode and the Unicode logo are registered trademarks of Unicode, Inc. Used with permission. 30 September 2001, Webmaster |