RosettaCodeData/Task/Character-codes/Bracmat/character-codes.bracmat

22 lines
257 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( put
$ ( str
$ ( "\nLatin a
ISO-9959-1: "
asc$a
" = "
chr$97
"
UTF-8: "
utf$a
" = "
chu$97
\n
"Cyrillic а (UTF-8): "
utf$а
" = "
chu$1072
\n
)
)
)