Skip to content

Add support for accented characters #2

@jherax

Description

@jherax

When you try order an array of non ASCII characters like this ['á', 'e', 'ú', 'c'], you will obtain a strange result: ["c", "e", "á", "ú"].

Expected: ["á", "c", "e", "ú"]

See http://ow.ly/UvDD309zozK

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions