Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 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