maxlath / fix-utf8

Fix Unicode encoding errors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License

MIT

About

Fix Unicode encoding errors

License:MIT License


Languages

Language:JavaScript 100.0%