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
The standard library was updated (by @Azoy) to use Unicode 15 data. Should the MissingUnicode.swift APIs also be updated?
/\p{Script=Arabic}/ // OK /\p{Script=Kawi}/ // error: unrecognized script 'Kawi'
/\p{Block=Arabic}/ // error: Unicode block property is not currently supported /\p{Block=Kawi}/ // error: unrecognized block 'Kawi'
(Old blocks are unsupported. New blocks are unrecognized.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The standard library was updated (by @Azoy) to use Unicode 15 data. Should the MissingUnicode.swift APIs also be updated?
(Old blocks are unsupported. New blocks are unrecognized.)
The text was updated successfully, but these errors were encountered: