spisemisu/elm-utf8

Encode/decode between multi-byte Unicode & UTF-8 multiple single-byte encoding


License
LGPL-3.0
Install
elm-package install spisemisu/elm-utf8 1.0.1

Documentation

UTF-8 (Unicode Transformation Format 8-bit)

This is a port to Elm of (c) Chris Veness library to encode / decode between multi-byte Unicode characters and UTF-8 multiple single-byte character encoding.

To use, simply import the main namespace:

import UTF8

or specific function(s):

import UTF8 exposing (toMultiByte,toSingleByte)