We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I found in apache/arrow#7656 that undefine characters (such as https://www.compart.com/en/unicode/U+08BE) are listed as UTF8PROC_CATEGORY_LO (using utf8proc_category). Could this be a bug?
utf8proc_category
Regards,
Maarten
The text was updated successfully, but these errors were encountered:
U+08BE was defined in Unicode 13, and Lo is correct.
Sorry, something went wrong.
(It correctly returns UTF8PROC_CATEGORY_CN for currently unassigned codepoints like U+0378.)
UTF8PROC_CATEGORY_CN
You are correct, it didn't even cross my mind that Unicode changes that fast (apart from emoticons), thanks!
No branches or pull requests
Hi all,
I found in apache/arrow#7656 that undefine characters (such as https://www.compart.com/en/unicode/U+08BE) are listed as UTF8PROC_CATEGORY_LO (using
utf8proc_category
). Could this be a bug?Regards,
Maarten
The text was updated successfully, but these errors were encountered: