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'
])

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i gbk2utf8

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.41 kB

Total Files

3

Last publish

Collaborators

  • batu_z