zsh-workers
 help / color / mirror / code / Atom feed
From: "Jun T." <takimoto-j@kba.biglobe.ne.jp>
To: "zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Re: Util/helpfiles and locale
Date: Thu, 14 Nov 2013 12:08:59 +0900	[thread overview]
Message-ID: <ACB9F169-ECB1-4648-8011-4D7C9DA47C42@kba.biglobe.ne.jp> (raw)
In-Reply-To: <131112224807.ZM10883@torch.brasslantern.com>


On 2013/11/13, at 15:48, Bart Schaefer <schaefer@brasslantern.com> wrote:

> On my Ubuntu box it chooses en_AG.utf8 even though the default locale is
> set to en_US.utf8.  On my somewhat older CentOS host it chooses en_AU.utf8.
> 
> Does it really not matter which of these is used?

I tested (on Fedora 17) several locales for building help docs by, e.g.,

$ lc_ctype='-fja_JP.utf8' make runhelp

and found that the only difference is the character used by colcrt for
hyphenation (split a word at the end of a line):

  '‐' (Unicode: U+2010, UTF-8: E2 80 90) if any of UTF-8 locales is used,
  '-' (ASCII minus, 0x2D) if C locale is used (lc_ctype='-fC'), and
  a two-byte code 0xA1 0xBE if ja_JP.eucjp is used.

        ('‐' and '-' may look almost identical with some fonts)

Obviously EUC encoding must be avoided, but I feel using UTF-8 encoding may
not be the best way, if we must consider the possibility that the machine
on which a user views the docs is different from the host on which the docs
are built, and the user's OS (or terminal) doesn't support UTF-8.

If the zsh document sources (the .yo files) are pure ASCII (I guess they are,
and I guess yodl doesn't support UTF-8), then always using the C locale
when building the run-help docs would be the best and simplest way.


On 2013/11/10, at 17:57, Martin Vaeth <vaeth@mathematik.uni-wuerzburg.de> wrote:

> 2. It does not work out-of-the box: With current man/groff versions,
> one must export (an empty) GROFF_NO_SGR, MANWIDTH=80, possibly
> unset MANPL, MANROFFSEQ, set utf8-aware locales etc.

Are you sure utf8-aware locale is necessary? Did you try LC_CTYPE=C on your
Gentoo box?


      reply	other threads:[~2013-11-17  4:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13  6:48 Bart Schaefer
2013-11-14  3:08 ` Jun T. [this message]

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=ACB9F169-ECB1-4648-8011-4D7C9DA47C42@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).