TencentCloud / tencentcloud-iot-explorer-sdk-embedded-c

SDK for embedded system connect and comunicate with Tencent Cloud IoT Explorer Platform
Other
113 stars 52 forks source link

将tools/codegen.py读入json文件时的编码更改为UTF-8 #19

Open Augtons opened 2 years ago

Augtons commented 2 years ago

从腾讯云直接保存的json为UTF-8格式,如果不做此更改,则会报错“错误:文件格式非法,请检查xxxxx 文件是否是 JSON 格式。”

更改后可以直接正常运行

Changes to be committed: modified: tools/codegen.py