Skip to content

zwilias/elm-utf-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).