This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
awtk
Watch
1
Star
0
Fork
0
You've already forked awtk
mirror of
https://gitee.com/zlgopen/awtk.git
synced
2024-11-30 02:58:26 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
3d110106f1
awtk
/
tools
/
to_utf8_bom
History
lixianjing
bfd6985b33
add 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
README.md
utf8 to utf8 with bom
在UTF8文件前加上UTF-8 BOM的标志。
用法:
find src -name \*.h -exec node tools/to_utf8_bom/index.js {} \;