Ensure NFC normalization when reading strings.
References:
The string cannot start or end with any of the following whitespace and line terminator characters:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim
http://www.fileformat.info/info/unicode/category/Zs/list.htm
Unicode normalization library to use.
Generated using TypeDoc
Ensure NFC normalization when reading strings.
References: