Open
Description
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.)
Metadata
Metadata
Assignees
Labels
No labels