Modify unicode service to use String.prototype.normalize
unorm is a large library which also exposes its functionality as a `String.prototype.normalize` polyfill. Using the native method is a first step towards not loading unorm in browsers that have Unicode normalization available natively.
Showing
Please register or sign in to comment