Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -1,8 +1,8 @@
|
|||
writeln "character Unicode UTF-8 encoding (hex)"
|
||||
|
||||
for .cp in "AöЖ€𝄞" {
|
||||
val .utf8 = s2b cp2s .cp
|
||||
val .cpstr = b2s .utf8
|
||||
val .utf8rep = join " ", map fn(.b) $"\.b:X02;", .utf8
|
||||
writeln $"\.cpstr:-11; U+\.cp:X04:-8; \.utf8rep;"
|
||||
for cp in "AöЖ€𝄞" {
|
||||
val utf8 = cp -> cp2s -> s2b
|
||||
val cpstr = utf8 -> b2s
|
||||
val utf8rep = join(" ", map(fn b:"{{b:X02}}", utf8))
|
||||
writeln "{{cpstr:-11}} U+{{cp:X04:-8}} {{utf8rep}}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue