-
Notifications
You must be signed in to change notification settings - Fork 0
Unicode and UTF8 for Standard ML
License
kni/sml-unicode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Unicode and UTF8 for Standard ML ******************************** structure Utf8 : sig val decode : string -> word list val encode : word list -> string val decode' : word list -> (char, 'cs) StringCvt.reader -> (word list, 'cs) StringCvt.reader val encode' : word * char list -> char list end structure Unicode : sig val toCaseFolded : word list -> word list val toLower : word list -> word list val toUpper : word list -> word list val toTitle : word list -> word list val fc : word -> word list -> word list val lc : word -> word val uc : word -> word val tc : word -> word end See t.sml for example and tests: mlton t.mlb poly --script t.mlp
About
Unicode and UTF8 for Standard ML
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published