Page 1 of 1

What is the encoding scheme used by Micro:bit(micropython)

Posted: Mon Jan 16, 2017 10:06 am
by Jason Kim
What is the encoding scheme used by Micro:bit(micropython)
I am developing a module that supports multi-language output in Micro:bit.
During the tests I found that the encoding methods used by Microsoft were not utf-8.
How can I support utf-8??

Re: What is the encoding scheme used by Micro:bit(micropython)

Posted: Wed Jan 18, 2017 6:48 pm
by deshipu
All MicroPython ports use UTF8 internally to represent strings.

What does Microsoft have to do with this?