Wednesday 20 January 2021

Java11: Support of Unicode 10

From Java11 onwards, Java starts supporting version 10.0 of the Unicode Standard. Unicode 10.0 standard adds 8,518 characters, for a total of 136,690 characters.

 

Following classes are enhanced to support Unicode 10.0.

a.   java.lang.Character

b.   java.lang.String

c.    java.awt.font.NumericShaper

d.   java.text.Bidi

e.   java.text.BreakIterator

f.     java.text.Normalizer

 

Note

Java SE 10 implements Unicode 8.0

 

Reference

http://openjdk.java.net/jeps/327

http://unicode.org/versions/Unicode10.0.0/

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment