user127815
Member since Apr 2021 • Last active May 2021Most recent activity
-
- 5 comments
- 2,019 views
-
-
-
I don't know exactly how big my final code will be, but I solved the html processing (including the UTF-8 problem) by reading my html code directly from an sd card. Interestingly, the handling of the SH1106 oled (128x64) is handled very well by Espruino compared to e.g. the Raspberry Pi Pico micropython environment (but maybe I was the only one who was lame).
Question to the software developers, is there a Raspberry Pi Pico version of the interpreter in the pipeline? -
-
-
-
you maybe right. it occurred to me that perhaps the character encoding of the operating system could also cause this error. utf-8 character encoding seems good, but it is actually saved incorrectly in the source code. under windows, you can set the BOM in the text editor, which, if I know it, saves the block needed for utf-8/16 encoding in the given text file. this option i cant find for ubuntu gedit.
https://www.w3.org/International/questions/qa-byte-order-mark
-
Thank you Gordon :)