Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
utf8=: 8&u: NB. converts to UTF-8 from unicode or unicode codepoint integer
|
||||
ucp=: 9&u: NB. converts to unicode from UTF-8 or unicode codepoint integer
|
||||
ucp_hex=: hfd@(3 u: ucp) NB. converts to unicode codepoint hexadecimal from UTF-8, unicode or unicode codepoint integer
|
||||
16
Task/UTF-8-encode-and-decode/J/utf-8-encode-and-decode-2.j
Normal file
16
Task/UTF-8-encode-and-decode/J/utf-8-encode-and-decode-2.j
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
utf8 65 246 1046 8364 119070
|
||||
AöЖ€𝄞
|
||||
ucp 65 246 1046 8364 119070
|
||||
AöЖ€𝄞
|
||||
ucp 'AöЖ€𝄞'
|
||||
AöЖ€𝄞
|
||||
utf8 ucp 65 246 1046 8364 119070
|
||||
AöЖ€𝄞
|
||||
ucp_hex utf8 65 246 1046 8364 119070
|
||||
00041
|
||||
000f6
|
||||
00416
|
||||
020ac
|
||||
1d11e
|
||||
utf8@dfh ucp_hex utf8 65 246 1046 8364 119070
|
||||
AöЖ€𝄞
|
||||
Loading…
Add table
Add a link
Reference in a new issue