From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com>
Cc: mtk.manpages@gmail.com, linux-man <linux-man@vger.kernel.org>
Subject: Re: setlocale.3: Wording issues
Date: Fri, 8 Jan 2021 10:26:52 +0100 [thread overview]
Message-ID: <25b829b8-ad0e-06f0-c97a-31277f71f1ef@gmail.com> (raw)
In-Reply-To: <e198d995-5a85-bda1-1a82-57260b9d4efe@gmail.com>
Hi Alex,
On 1/7/21 7:32 PM, Alejandro Colomar (man-pages) wrote:
> Hi Michael,
>
> I don't understand what this paragraph means, I think it needs some wfix.
>
> Around setlocale.3:179:
> [
> On startup of the main program, the portable "C" locale is
> selected as default. A program may be made portable to all
> locales by calling:
>
> setlocale(LC_ALL, "");
>
> after program initialization, by using the values returned
> from a localeconv(3) call for locale-dependent information,
> by using the multibyte and wide character functions for text
> processing if MB_CUR_MAX > 1, and by using strcoll(3), wc‐
> scoll(3) or strxfrm(3), wcsxfrm(3) to compare strings.
>
> <<<Especially these last 2 lines
>
> ]
I see what you mean. I had to read that a few times to parse it.
It looks like the text was added in 1999. I think the following
clarifies and preserves the meaning:
[[
On startup of the main program, the portable "C" locale is select‐
ed as default. A program may be made portable to all locales by
calling:
setlocale(LC_ALL, "");
after program initialization, and then:
(a) using the values returned from a localeconv(3) call for lo‐
cale-dependent information;
(c) using the multibyte and wide character functions for text pro‐
cessing if MB_CUR_MAX > 1; and
(c) using strcoll(3), wcscoll(3) or strxfrm(3), wcsxfrm(3) to com‐
pare strings.
]]
What do you think?
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
next prev parent reply other threads:[~2021-01-08 9:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-07 18:32 setlocale.3: Wording issues Alejandro Colomar (man-pages)
2021-01-08 9:26 ` Michael Kerrisk (man-pages) [this message]
2021-01-08 11:41 ` Alejandro Colomar (man-pages)
2021-01-08 12:45 ` Michael Kerrisk (man-pages)
2021-01-08 13:05 ` Alejandro Colomar (man-pages)
2021-01-08 13:17 ` Michael Kerrisk (man-pages)
2021-01-08 13:21 ` Alejandro Colomar (man-pages)
2021-01-08 16:10 ` Bruno Haible
2021-01-09 8:42 ` 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=25b829b8-ad0e-06f0-c97a-31277f71f1ef@gmail.com \
--to=mtk.manpages@gmail.com \
--cc=alx.manpages@gmail.com \
--cc=linux-man@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox