Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
21
Task/Character-codes/Bracmat/character-codes.bracmat
Normal file
21
Task/Character-codes/Bracmat/character-codes.bracmat
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
( 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
|
||||
)
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue