polyfill
polyfill copied to clipboard
String.prototype.normalize needs polyfill
Unless there is some clever way of forcing different normalizations through some other API, implementing this requires the decomposition data from Unicode which is about 150k data in the C based implementation I have.
@github-nilsson Thanks man can you send me a link about that