Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
DECLARE x TYPE STRING
|
||||
|
||||
CONST letter$ = "A ö Ж € 𝄞"
|
||||
|
||||
PRINT "Char", TAB$(1), "Unicode", TAB$(2), "UTF-8 (hex)"
|
||||
PRINT "-----------------------------------"
|
||||
|
||||
FOR x IN letter$
|
||||
PRINT x, TAB$(1), "U+", HEX$(UCS(x)), TAB$(2), COIL$(LEN(x), HEX$(x[_-1] & 255))
|
||||
NEXT
|
||||
Loading…
Add table
Add a link
Reference in a new issue