Skip to content

Fix unicode.SimpleFold(r) #30

@wallclockbuilder

Description

@wallclockbuilder

We expect that
Right now
unicode.SimpleFold('k') == '\u212A'
*\u212A is 'K' the Kelvin char
This is not intuitive for ASCII simple folding.
Fix it so that
unicode.SimpleFold('k') == 'K'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions