Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
4
Task/UTF-8-encode-and-decode/K/utf-8-encode-and-decode.k
Normal file
4
Task/UTF-8-encode-and-decode/K/utf-8-encode-and-decode.k
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dec:{64/(0;64 128;32 128 128;16 128 128 128)[-1+#x]+x}
|
||||
enc:{`c$(0;-64 -128;-32 -128 -128;-16 -128 -128 -128)[b]+(128,(b:1+128 2048 65536'x)#64)\x}
|
||||
v:(,"A";"ö";"Ж";"€";"𝄞")
|
||||
`0:" -> "/'(::;$:;::)@'/:+(v; dec'v; enc'dec'v)
|
||||
Loading…
Add table
Add a link
Reference in a new issue