linuxOS_D21X/source/artinchip/awtk-ui/awtk/tools/to_utf8_bom
2024-11-29 16:23:11 +08:00
..
index.js v1.2.3 2024-11-29 16:23:11 +08:00
README.md v1.2.3 2024-11-29 16:23:11 +08:00

utf8 to utf8 with bom

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

用法:

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