mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Add test of UTF-8 encoded source file resulting in properly formed string
This commit is contained in:
3
tests/basics/unicode.py
Normal file
3
tests/basics/unicode.py
Normal file
@@ -0,0 +1,3 @@
|
||||
s = "asdf©qwer"
|
||||
for i in range(len(s)):
|
||||
print("s[%d]: %s"%(i, s[i]))
|
||||
Reference in New Issue
Block a user