Skip to content

toUpperCase() should explicitly use Locale.ROOT to avoid issues #15

Open
@axelfontaine

Description

@axelfontaine

In places like Turkey "i".toUpperCase() results in Ì instead of I, which causes this library to break in a number of places. Changing all str.toUpperCase() calls to str.toUpperCase(Locale.ROOT) fixes the issue.

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