public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Joseph S. Myers" <jsm28@cam.ac.uk>
To: Paul Koning <pkoning@equallogic.com>
Cc: <gcc@gcc.gnu.org>
Subject: Re: quote marks [was: Status of i18n patches]
Date: Mon, 14 Oct 2002 12:42:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.33.0210141913380.25500-100000@kern.srcf.societies.cam.ac.uk> (raw)
In-Reply-To: <15786.63705.412430.807031@pkoning.dev.equallogic.com>

On Mon, 14 Oct 2002, Paul Koning wrote:

> Quotes are language-dependent.  201c/201d may be right for English,
> but not for Dutch (which uses ,, for open quote) nor French (which
> quotes with << and >>), to mention just a few examples.

Obviously each language should use the correct quotes for that language in
its message catalog.  Where this requires Unicode (as for English), the
message catalogs should be UTF-8 encoded (which, long-term, is probably
correct for all languages anyway); gettext can, with recent enough glibc
(and hopefully recent enough libiconv) translate character sets on output
with transliteration of characters not supported in the output character
set (e.g. transliterating Unicode quotes to ASCII ones for an ISO-8859-1
terminal).

I don't however know what the correct solution for English for getting
proper quotes is.  (English language users using UTF-8 will have LC_CTYPE
set appropriately, e.g. to en_GB.UTF-8, but not necessarily LC_MESSAGES.)

In any case ` is not an appropriate ASCII quote (though it is an
appropriate TeX quote, which should be used in Texinfo manuals).

-- 
Joseph S. Myers
jsm28@cam.ac.uk

  reply	other threads:[~2002-10-14 18:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-13 16:57 Status of i18n patches Martin v. Loewis
2002-10-14  9:35 ` quote marks [was: Status of i18n patches] Per Bothner
2002-10-14 10:03   ` Zack Weinberg
2002-10-14 10:25     ` Paul Koning
2002-10-14 12:42       ` Joseph S. Myers [this message]
2002-10-14 12:55       ` Per Bothner
2002-10-14 15:31         ` Michael Matz
2002-10-14 17:13           ` Per Bothner
2002-10-15  3:57             ` Michael Matz
2002-10-15  3:46         ` Gabriel Dos Reis
2002-10-14 12:44     ` Martin v. Loewis
2002-10-14 12:51       ` Zack Weinberg
2002-10-15  3:38   ` Gabriel Dos Reis

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=Pine.LNX.4.33.0210141913380.25500-100000@kern.srcf.societies.cam.ac.uk \
    --to=jsm28@cam.ac.uk \
    --cc=gcc@gcc.gnu.org \
    --cc=pkoning@equallogic.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).