1.0.3 • Published 6 years ago
@kamataryo/utf8fy v1.0.3
@kamataryo/utf8fy
A stream to decode as SHIFT_JIS and encode as UTF-8.
Usage
$ cat shift_jis.text | npx @kamataryo/utf8fy | utf-8.textimport Utf8fyStream from "@kamataryo/utf8fy";
process.stdin.pipe(new Utf8fyStream()).pipe(process.stdout);