Index of /escrituraPagana
convert between iso8859-15 ⇆ utf-8: recode utf-8..iso8859-15 <xy.txt
iso8859-15 ... default character set on from Windows98 and/or Linux on the vt08-console, chvt 08, one character is ‘encoded’ by exactly one Byte
utf-8 ... one character comprises between only-one-Byte (ascii characters, the first 128 chars, from 0..127) and multiple Bytes, up to 4 four Bytes allowed, AFAIK (as far as I know)
convert a text ↦/→ into Chinese Natural Language Escritura:pt
recode iso-10646-ucs2..utf-8 <xy.txt
recode iso-10646-ucs2..html <xy.txt
swap every_two_Bytes, or swap every_all_four_Bytes respectively:
recode 21-Perm..data <xy.txt
recode 4321-Perm..data <xy.txt