0.0.4 • Published 10 years ago

charset-converter v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

Charset-converter npm.io

Check encoding in xml/html page using request header, meta and finally using detection charset library and convert to utf-8

Usage

Require the module :

var converter = require("charset-converter");

Convert to utf-8 with converter.convert() :

var string = converter.convert(contentTypeHeader,content);
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago