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

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
Jason Kim
Posts: 12
Joined: Sun Jan 01, 2017 3:07 pm

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

Post by Jason Kim » Mon Jan 16, 2017 10:07 am

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??

Post Reply