/elm-utf-tools

Converting between different UTF encodings, in Elm.

Primary LanguageElmBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Elm UTF tools

Build Status

Tools for working with strings and UTF-8, UTF-16 and UTF-32 codepoints. Some algorithms need to consider a string as a series of codepoints with a certain encoding. Elm itself allows operating on a string as if it were a series of unicode codepoints, except for some operations (like String.length).