Index of /escrituraPagana

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]SinnUBedeutung/2025-02-24 06:33 -  
[IMG]Scanned-image17-08-2025-035142-2.jpg2025-08-17 03:39 396K 
[IMG]Scanned-image17-08-2025-035142-1.jpg2025-08-17 03:39 473K 

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