Skip to content

Unicode canonicalization in examples and map entries #238

@antonsviridenko

Description

@antonsviridenko

Unicode characters can be represented in multiple ways, for example "č" can be
010D LATIN SMALL LETTER C WITH CARON
or
0063 LATIN SMALL LETTER C
030C COMBINING CARON
#231 (comment)

Therefore it is important to perform Unicode canonicalization on all inputs: character map entries, testing examples and input texts to be converted.

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