X-Debbugs-Cc: [email protected],[email protected]
Package: recode
Version: 3.6-17
Gentlemen,
reading
(info "(recode) Listings")
we see
Let's presume here that `recode' is run in an ISO-8859-1 locale,
and that `DEFAULT_CHARSET' is unset in the environment. Suppose
you have guessed that code 130 (decimal) of the unknown charset
represents a lower case `e' with an acute accent. That is to say
that this code should map to code 233 (decimal) in the usual
charset. By executing:
recode -k 130:233
you should obtain a listing similar to:
AtariST atarist...
Yes, but guess what happens,
$ LC_ALL=en_US.iso88591 recode -k 130:233
$
nothing.
strace shows
read(3, "MemTotal: 505676 kB\nMemF"..., 1024) = 1024
close(3) = 0
munmap(0xb77a4000, 4096) = 0
exit_group(0) = ?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]