2.0.1 • Published 24 days ago

fix-utf8 v2.0.1

Weekly downloads
954
License
MIT
Repository
github
Last release
24 days 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

24 days ago

1.2.0

11 months ago

1.2.1

11 months ago

2.0.0

11 months ago

1.1.2

1 year ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago