default encoding / supported encodings #11955
Replies: 3 comments 1 reply
-
You are not missing anything. MicroPython only supports UTF-8. |
Beta Was this translation helpful? Give feedback.
-
Yes, as @dlech and @peterhinch have mentioned, the only supported encoding is UTF-8. Just to explain why you needed to use |
Beta Was this translation helpful? Give feedback.
-
Thanks to all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I read the docs, also
but I cannot find an explanation.
Please see the following tests.
Cpython 3
Micropython (esp8266)
Note: at the REPL, with Windows Teraterm, I cannot type accented letters. So I use chr().
It seems to me, at least on the esp8266, the only codec supported is utf-8.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions