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