aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Add UTF-8 support in code area #41

Closed AlexxNB closed 9 years ago

AlexxNB commented 9 years ago

I get "?????" instead russian letters, when I tried write comments in the code.
Try to paste this "тестовый текст" in the code area.

image

aporto commented 9 years ago

Yes, I saw the "??????". Gonna need some days to investigate this.

On Mon, Feb 2, 2015 at 12:46 PM, AlexxNB notifications@github.com wrote:

I get "?????" instead russian letters, when I tried write comments in the code.

Try to paste this "тестовый текст" in the code area.

— Reply to this email directly or view it on GitHub https://github.com/aporto/mariamole/issues/41.

aporto commented 9 years ago

Fixed. That was as simple as adding "setUtf8(true);" at the Editor constructor.

AlexxNB commented 9 years ago

Just tried it. Works good. Thank you!