Wish Custom coding proposal

santook

Member
Arduino IDE and Debug and DUDE all have localized encoding function, which leads to the fact that when B4R's Log window is fixed with UTF-8 encoding, a lot of information will not be displayed normally. (especially in the process of compiling and downloading, there are many English words out of code).
It is recommended to add an optional option in IDE to decide which encoding to decode Log by the user.
 

santook

Member
I understand that IDE uses UTF8 encoding by default. I also know that using Log ("您好") will export Chinese. What I'm talking about is the information encoding of ARDUINO_DEBUG and AVRDUDE output is GB2312, so in the process of compiling and downloading, the Chinese shown in LOG list is garbled.
 
Top