doc_and_tools/tools
gb a0e586d558 纸张、分辨率、对比度、亮度、单双面采用固定名称 2022-05-20 14:46:55 +08:00
..
apps 纸张、分辨率、对比度、亮度、单双面采用固定名称 2022-05-20 14:46:55 +08:00
sdk initialize 2022-05-04 11:09:23 +08:00
solution fix bugs: 146, 147, 148;统一配置项字符串常量;配置工具导出字符串常量功能移动到树控件菜单中 2022-05-13 16:40:33 +08:00
README.txt initialize 2022-05-04 11:09:23 +08:00

README.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

hgjson		用于编辑SANE设备配置属性JSON文件
cvstr		用于将中文字符转换为八进制表示的UTF8编码如将"中文"转换为"\344\270\255\346\226\207"
			也可以对代码文件中以#define定义的中文字符串进行转换

C:>cvstr 中文
Load file '中文' failed.
Oct: \344\270\255\346\226\207

C:>