Skip to content

Unicode 15 scripts and blocks are unrecognized #679

Open
@benrimmington

Description

@benrimmington

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions