Daniel Worthington
Daniel Worthington
I was able to reproduce this on the Mac version. I have not tested Linux or Windows yet. Probably an issue with all non ASCII characters.
MDR does not handle unicode characters correctly. It assumes 1 byte = 1 character. Noob mistake of mine back when I originally wrote this.
Unit tests will be very helpful with this. I’m happy to start on those if you want to work on this.
@madx Yes, I plan to use that, with some small changes.
@madx What is the exact command needed to install on arch linux? Is it this? ``` pacman -S mdr ``` I want to document this on the website. Also, has...
I agree. This would be very nice.
I haven’t had a chance to test with micropython yet but I did solve some issues with Arduino IDE by using the e-radionica profile instead of the “soldiered” one, so...