git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Erik Faye-Lund <kusmabite@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH/RFC 0/2] use libcharset.h with gettext if available
Date: Wed, 29 Sep 2010 10:00:14 +0000	[thread overview]
Message-ID: <AANLkTin90pKaVGVaG-4PW50TAhgfp1QVtrKpvyVxpnW0@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinxSqPD8H4Giigb1vbi7DC2wpDVqWmXGVZXmeKQ@mail.gmail.com>

On Tue, Sep 28, 2010 at 21:47, Erik Faye-Lund <kusmabite@gmail.com> wrote:
> On Tue, Sep 28, 2010 at 8:29 PM, Ævar Arnfjörð Bjarmason
> <avarab@gmail.com> wrote:
>> Yeah, I'm hoping it'll get into next soon so we can get more
>> reports/fixes like these. Anyway, I amended your patches a bit, here
>> are the changes:
>>
>>  * Split up the s/char*/const char*/ change into its own patch, or is
>>   there a reason for why this needs to be there along with the
>>   libcharset.h change?
>>
>
> The reason was that my version of locale_charset() returns a const
> char *, so I got a warning if I didn't. nl_langinfo() returns a char
> *, so I don't think that constness-fix patch makes sense in itself.
> But what might make more sense would be to squash it into the original
> commit for that line.

Ah, then it should be part of the patch. I'll add a note about the
different prototypes to it.

>>  * Added docs about the define to the Makefile
>>
>
> Nice!
>
>>  * Added defaults for NO_LIBCHARSET to the default, I only changed the
>>   defaults for the MINGW entry, maybe it should be changed on Cygwin
>>   and Windows too? And probably on OpenBSD and NetBSD too.
>>
>
> I don't think NO_LIBCHARSET should be the default. libcharset is
> reported to be a bit better than nl_langinfo at normalizing the
> encoding, and GNU gettext depends on libcharset (through libiconv,
> which libcharset is distributed with). So in the case of a GNU
> gettext, libcharset should really be present.

I can't find any package (with apt-file) on Debian or Ubuntu that
provides libcharset.h, but I have langinfo.h on those systems.

The GNU gettext manual also reccomends the use of nl_langinfo in
"11.2.4 How to specify the output character set `gettext' uses", so it
seems that using that and not libiconv is the default way of doing
things on GNU gettext + GNU libc systems.

  reply	other threads:[~2010-09-29 10:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 16:05 [PATCH] gettext: use libcharset when available Erik Faye-Lund
2010-09-28 17:07 ` Ævar Arnfjörð Bjarmason
2010-09-28 17:42   ` Erik Faye-Lund
2010-09-28 18:29     ` [PATCH/RFC 0/2] use libcharset.h with gettext if available Ævar Arnfjörð Bjarmason
2010-09-28 21:47       ` Erik Faye-Lund
2010-09-29 10:00         ` Ævar Arnfjörð Bjarmason [this message]
2010-09-29 11:41           ` Erik Faye-Lund
2010-09-29 13:07             ` [PATCH] gettext: use libcharset when available Ævar Arnfjörð Bjarmason
2010-09-29 13:34               ` Erik Faye-Lund
2010-09-29 13:40                 ` [PATCH v2] " Ævar Arnfjörð Bjarmason
2010-09-29 13:43                   ` [PATCH v3] " Ævar Arnfjörð Bjarmason
2010-09-28 18:29     ` [PATCH/RFC 1/2] gettext: use const char* instead of char* Ævar Arnfjörð Bjarmason

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=AANLkTin90pKaVGVaG-4PW50TAhgfp1QVtrKpvyVxpnW0@mail.gmail.com \
    --to=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kusmabite@gmail.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 NNTP newsgroup(s).