j
k
j a
j l
Attachments:
Show replies by date
Pike v7.6 release 112 running Hilfe v3.5 (Incremental Pike Frontend)
Locale.Charset.decoder("EBCDIC-US")->feed("\xc8\x85\x93\x93\x96\x6b\x40\xa6\x96\x99\x93\x84\x5a")->drain();
(1) Result: "Hello, world!"
Just a thought: Where did you get the text encoded this way? Maybe it's simply 7 bit ASCII with a parity bit? (In which case you could use s&("\x7f"*sizeof(s)) to decode it.)
pike-devel@lists.lysator.liu.se
Add to favorites Remove from favorites