From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Paillard Subject: iso_8859-{11,13}.7 fix encoding issues ? Date: Mon, 17 Feb 2014 22:34:11 +0100 Message-ID: <20140217213411.GX15288@mraw.org> References: <1392558491-19116-1-git-send-email-spaillard@debian.org> <53020B87.5050408@gmail.com> <20140217153345.GU15288@mraw.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Michael Kerrisk (man-pages)" Cc: linux-man , Peter Schiffer , Denis Barbier List-Id: linux-man@vger.kernel.org On Mon, Feb 17, 2014 at 04:44:19PM +0100, Michael Kerrisk (man-pages) w= rote: > On Mon, Feb 17, 2014 at 4:33 PM, Simon Paillard wrote: > > On Mon, Feb 17, 2014 at 02:15:51PM +0100, Michael Kerrisk (man-page= s) wrote: > >> On 02/16/2014 02:48 PM, Simon Paillard wrote: > >> > Introduced in 33972b0b231b9b0ee708f27fe42461dbca6e2968 > >> > >> Bother! I still didn't get it right. > >> > >> Thanks for the patch! Applied. > > > > BTW, I check the rendering of the iso 8859 -11 and -13 manpages bef= ore/after > > the change and I think there is something to be fixed too. >=20 > Oh -- that was automated with some scripts by Peter Schiffer, and the > results looked okay to me, but maybe I did not look closely enough. > What problems do you see? Using the following method: for file in $(git diff --stat --name-only man-pages-3.58..man-pages-3.5= 9 man* ) ; \ =20 do diff -u \ <( man -l <( git show man-pages-3.58:${file} ) ) = \ <( man -l <( git show man-pages-3.59:${file} ) ) >> all= -diff ; \ done On my laptop, it shows differences for : man -l man7/iso_8859-11.7 3.58: 241 161 A1 =E0=B8=81 THAI CHARACTER KO KAI 3.59: 241 161 A1 =C2=A1 THAI CHARACTER KO KAI man -l man7/iso_8859-13.7 3.58: 241 161 A1 =E2=80=98 RIGHT DOUBLE QUOTATION MARK 3.59: 241 161 A1 =C2=A1 RIGHT DOUBLE QUOTATION MARK Given the intro of these manpages: The following table displays the characters in ISO 8859-13, wh= ich are printable and unlisted in the ascii(7) manual page. The fourth = column will only show the proper glyphs in an environment configured for ISO= 8859-13. I wonder the point of coding it in unicode, but I'm no locale expert. --=20 Simon Paillard -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html