Question
CubeMX 2.24 has migration problem
Posted on January 30, 2018 at 02:28
Hi
I found a problem in CubeMX Ver.2.24.0.
This version of the CubeMX destroys multibyte character strings contained in the project file when migrating old project files containing multibyte characters.I am using EWARM in Japanese mode, but this problem occurs when multi-byte characters are included in *.ewp file.Specifically, it is the following part of the ewp file. <option> <name>Input description</name> <state>フルフォーマット。</state> </option> <option> <name>Output description</name> <state>フルフォーマット。</state> </option> <option> <name>RTDescription</name> <state>C/C++ランタイムライブラリã�®è©³ç´°è¨å®šã‚’使ç�?¨ã�—ã�¾ã�™ã€‚詳細ãƒã‚±ãƒ¼ãƒ«ã‚¤ãƒ³ã‚¿ãƒ•ェースã€�Cãƒã‚±ãƒ¼ãƒ«ã€�ファイル記述å�サãƒ�ートã€�printf/scanfã�§ã�®ãƒžãƒ«ãƒ�ãƒ�イト文å—ã€�strtodã�§ã�®16進数浮動å°�数点数。</state> </option>These characters are destroyed, and the project file becomes unusable.I hope for an immediate correction.