fix-utf8
v2.0.1
Published
Fix Unicode encoding errors
Downloads
3,963
Maintainers
Readme
fix-utf8
A function that tries its best to recover lost Latin Unicode characters, based on the UTF-8 Encoding Debugging Chart
Also takes the opportunity to normalize the passed string, replacing any combined group of characters by their corresponding glyph.
Install
$ npm install fix-utf8
How-To
import fixUtf8 from 'fix-utf8'
fixUtf8("L'avenir des idées")
// => "L'avenir des idées"
See Also
- forceutf8 (PHP)