garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
305 stars 69 forks source link

Convert some text files to UTF-8 #9

Closed Flimm closed 9 years ago

Flimm commented 9 years ago

If you look at this page, you can spot some mojibake:

https://www.npmjs.com/package/uri-js#iri-support

This is because npmjs.com expects the README file to be in UTF-8. UTF-8 is a sensible choice nowadays for all text files, so I converted the text files to that.

garycourt commented 9 years ago

Thanks for this! That was a total oversight on my part.