Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -3,6 +3,6 @@ writeln "character Unicode UTF-8 encoding (hex)"
|
|||
for cp in "AöЖ€𝄞" {
|
||||
val utf8 = cp -> cp2s -> s2b
|
||||
val cpstr = utf8 -> b2s
|
||||
val utf8rep = join(map(utf8, by=fn b:"{{b:X02}}"), by=" ")
|
||||
val utf8rep = join(map(utf8, by=fn b:"{{b:X02}}"), delim=" ")
|
||||
writeln "{{cpstr:-11}} U+{{cp:X04:-8}} {{utf8rep}}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue