jruby / jcodings

Java-based codings helper classes for Joni and JRuby
MIT License
21 stars 29 forks source link

bugfix: the max length of char property capped too low #12

Closed haozhun closed 6 years ago

haozhun commented 9 years ago

The longest existing character property name is In_Unified_Canadian_Aboriginal_Syllabics. It is 40 characters. Currently, any lookup whose length is greater than or equal to 20 characters will raise an error.

lopex commented 6 years ago

PROPERTY_NAME_MAX_SIZE already updated to 44