Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

haozhun
Copy link

@haozhun haozhun commented Mar 20, 2015

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.

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
Copy link
Member

lopex commented Dec 29, 2017

PROPERTY_NAME_MAX_SIZE already updated to 44

@lopex lopex closed this Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants