[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: compile warnings from msgfmt

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-24 19:43:39 CEST

On Thu, 2004-06-24 at 10:37, Ben Collins-Sussman wrote:
> I'm still on my high-horse about "make should never produce warnings".
> Maybe we can suppress the output somehow. :-(

Well, it has been theorized, and I think it is likely, that if a gettext
implementation doesn't have bind_textdomain_codeset, then it won't be
doing charset translation anyway. So, I continue to believe that the
right answer is to test for this function with autoconf and use it if it
is present, and leave the charset declaration in the file.

(Certainly, the idea that an implementation won't do charset translation
if it doesn't have bind_textdomain_codeset seems at least as likely as
the idea that an implementation won't attempt charset translation if it
sees no charset declaration.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 24 19:44:25 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.