Peter B. West wrote:
Does Character.UnicodeBlock provide any of this functionality?

I'm not aware of any Java RTL class which reads the original Unicode data files. Most of the data found its way into the Charachter and Character.UnicodeBlock classes though, and as of Unicode 4.0 the data seems to be stable enough that outdated data isn't a problem (it never was for the vast majority of the Java deveolpers). However, the line breaking properties are not directly accessible, only through the BreakIterator class. I think BIDI properties aren't directly accessible either, so there may be still some need to get Unicode data into some form into the program.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to