awtk/tools/to_utf8_bom
2019-10-15 09:52:08 +08:00
..
index.js add to_utf8_bom 2019-10-15 09:52:08 +08:00
README.md add to_utf8_bom 2019-10-15 09:52:08 +08:00

utf8 to utf8 with bom

在UTF8文件前加上UTF-8 BOM的标志。

用法:

find src -name \*.h -exec node tools/to_utf8_bom/index.js {} \;