On Fri, Jul 2, 2010 at 9:00 AM, Denis Barbier <bouzim@xxxxxxxxx> wrote: > On 2010/1/18 I wrote: > [...] >> Octal and hexadecimal values are right, but there are some off-by one >> errors in decimal values. Correct values are printed by this command: >> >> perl -pi -e 'if (s/^([0-7]+)\t([0-9]+)\t([0-9a-fA-F]+)//) >> {printf "%03o\t%d\t%s", hex($3), hex($3), $3;};' man7/*.7 Applied (finally) as per https://bugzilla.kernel.org/show_bug.cgi?id=17541 Thanks, Michael >> --- >> man7/armscii-8.7 | 70 +++++++++++++++++++++++++------------------------- >> man7/cp1251.7 | 72 ++++++++++++++++++++++++++-------------------------- >> man7/iso_8859-10.7 | 72 ++++++++++++++++++++++++++-------------------------- >> man7/iso_8859-11.7 | 58 +++++++++++++++++++++--------------------- >> man7/iso_8859-13.7 | 72 ++++++++++++++++++++++++++-------------------------- >> man7/iso_8859-14.7 | 72 ++++++++++++++++++++++++++-------------------------- >> man7/iso_8859-3.7 | 68 ++++++++++++++++++++++++------------------------ >> man7/iso_8859-5.7 | 72 ++++++++++++++++++++++++++-------------------------- >> man7/iso_8859-6.7 | 38 +++++++++++++------------- >> man7/iso_8859-8.7 | 60 +++++++++++++++++++++--------------------- >> man7/koi8-u.7 | 72 ++++++++++++++++++++++++++-------------------------- >> 11 files changed, 363 insertions(+), 363 deletions(-) > [...] > > Hi, > > Please consider applying this patch, it fixes off-by-one errors in > tables of various charsets. > > Denis > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html