Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java class with unicode code range specifications

Is there a class where the code ranges of unicode is defined as an enumeration or as constants? It's a very simple class where the code range specification (can be found anywhere like this for example: http://www.ssec.wisc.edu/~tomw/java/unicode.html) is put into a class, but this is a lot of boring work and I wish someone else has done it before!

like image 945
user340202 Avatar asked Jun 07 '26 10:06

user340202


1 Answers

See java.lang.Character.UnicodeBlock.

like image 135
leonbloy Avatar answered Jun 09 '26 00:06

leonbloy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!