unorm_dart library

Support for doing something awesome.

More dartdocs go here.

Functions

nfc(String str) String
Normalizes provided str with Canonical Decomposition, followed by Canonical Composition.
nfd(String str) String
Normalizes provided str with Canonical Decomposition.
nfkc(String str) String
Normalizes provided str with Compatibility Decomposition, followed by Canonical Composition.
nfkd(String str) String
Normalizes provided str with Compatibility Decomposition.