All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
To: "Michael Kerrisk (man-pages)"
	<mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-man <linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Peter Schiffer <pschiffe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: iso_8859-{11,13}.7 fix encoding issues ?
Date: Mon, 17 Feb 2014 22:34:11 +0100	[thread overview]
Message-ID: <20140217213411.GX15288@mraw.org> (raw)
In-Reply-To: <CAKgNAkjNSGA-p0ytpWNkBK84wf8pS3U0oMeFh9aZJjKiK8sDEw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Mon, Feb 17, 2014 at 04:44:19PM +0100, Michael Kerrisk (man-pages) wrote:
> On Mon, Feb 17, 2014 at 4:33 PM, Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> > On Mon, Feb 17, 2014 at 02:15:51PM +0100, Michael Kerrisk (man-pages) 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 before/after
> > the change and I think there is something to be fixed too.
> 
> 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.59 man* ) ; \     
        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     ก     THAI CHARACTER KO KAI
3.59:	241   161   A1     ¡     THAI CHARACTER KO KAI

man -l man7/iso_8859-13.7
3.58:	241   161   A1     ‘     RIGHT DOUBLE QUOTATION MARK
3.59:	241   161   A1     ¡     RIGHT DOUBLE QUOTATION MARK

Given the intro of these manpages:
       The  following  table displays the characters in ISO 8859-13, which 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.

-- 
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

  parent reply	other threads:[~2014-02-17 21:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-16 13:48 [PATCH] Changes.old: fix encoding issues Simon Paillard
     [not found] ` <1392558491-19116-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-17 13:15   ` Michael Kerrisk (man-pages)
     [not found]     ` <53020B87.5050408-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-02-17 15:33       ` Simon Paillard
     [not found]         ` <20140217153345.GU15288-xazfMhTT2R0@public.gmane.org>
2014-02-17 15:44           ` Michael Kerrisk (man-pages)
     [not found]             ` <CAKgNAkjNSGA-p0ytpWNkBK84wf8pS3U0oMeFh9aZJjKiK8sDEw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-17 21:34               ` Simon Paillard [this message]
     [not found]                 ` <20140217213411.GX15288-xazfMhTT2R0@public.gmane.org>
2014-02-18  9:11                   ` iso_8859-{11,13}.7 fix encoding issues ? Michael Kerrisk (man-pages)
2014-02-17 22:39               ` [PATCH] Changes.old: fix encoding issues D. Barbier
     [not found]                 ` <CAMqf4EEO4uUeVu_bb64YtNqBYPa1dQMCzvwgM4GFeUEKY2d4WQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18  6:49                   ` Michael Kerrisk (man-pages)
     [not found]                     ` <CAKgNAkghN-Z_cwPAFk=VUdj8gME0GoRp0ta_uqdUHzc7MJ4y0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18  8:36                       ` Michael Kerrisk (man-pages)
     [not found]                         ` <CAKgNAkgVAW2xtaewWTiYYbBqCChChaxPj3pxrsX9k0wCUWL1mw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18  8:54                           ` Michael Kerrisk (man-pages)
     [not found]                             ` <CAKgNAkgZ3RotoQ+G4jAgC=wauZdNjQVOgES79HEJWB8RstOctw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18  9:35                               ` D. Barbier
     [not found]                                 ` <CAMqf4EESwERnthDWRkNUx-q+KrikR2j+7EyjxWGmY_rTf4ZLsg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-18 11:09                                   ` Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140217213411.GX15288@mraw.org \
    --to=spaillard-8fiuurrzop0dnm+yrofe0a@public.gmane.org \
    --cc=bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=pschiffe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.