mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
153 B
153 B
utf8 to utf8 with bom
在UTF8文件前加上UTF-8 BOM的标志。
用法:
find src -name \*.h -exec node tools/to_utf8_bom/index.js {} \;