gbk2utf8

1.0.0 • Public • Published

gbk to utf-8

convert cpp files.

const { gbk_to_utf8, check_file_coding } = require('gbk_to_utf8')

let file_coding = check_file_coding('/path/to/file')

gbk_to_utf8('/path/to/dir/*.cpp')

gbk_to_utf8([
    '/path/to/dir/**/*.h',
    '/path/to/dir/**/*.cpp'
])

Readme

Keywords

Package Sidebar

Install

npm i gbk2utf8

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.41 kB

Total Files

3

Last publish

Collaborators

  • batu_z