Text normalization in JS

968 Views Asked by At

Is there any way to convert a string to normal form C in Javascript? I know about unorm in node.js, but I'm interested in in-browser JS, so reasonably standard browser APIs are ok.

1

There are 1 best solutions below

0
On

No, there is no convertion algorithm available out of the box for web-browser javascript.

EDIT This might be what you're looking for (but again, it's not just a function call out of the box) http://rishida.net/blog/?p=222