2.0.1 • Published 1 year ago

fix-utf8 v2.0.1

Weekly downloads
954
License
MIT
Repository
github
Last release
1 year ago

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

2.0.1

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

2.0.0

2 years ago

1.1.2

3 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago