I have a registration process in Java. I want to make sure the names used are all within unicode 3.2. This unicode requirement is for another part of my system which is not in java.
Does Java have a easy way to validate a string for unicode versions? I can't seem to find anything from some cursory checks.
Thanks
I would read this UCD file and build a BitSet from the first column. This would be fast way to test each code point in a String.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With