bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libiconv, libcharset, module localcharset and locale_charset()


From: Pádraig Brady
Subject: Re: libiconv, libcharset, module localcharset and locale_charset()
Date: Fri, 30 May 2014 13:19:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 03/11/2014 10:22 PM, Дилян Палаузов wrote:
> Hello,
> 
> on some systems, the function locale_charset () is provided by libiconv, on 
> others by libcharset.  Why doesn't gnulib module localcharset try to find the 
> function there, before building its body in libgnu.a?
> 
> Kind regards
>   Дилян

This is a fair point. Now locale_charset() is not
usually separately available on GNU/Linux but it can be
on FreeBSD for example:

http://permalink.gmane.org/gmane.comp.version-control.git/243879

I'm guessing that gnulib was always updated with the
latest version, and so for this smallish function
it was simpler and arguably better for gnulib using
programs to consume it from there.

I'd accept a patch that favored the separated version.

thanks,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]