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

compile warnings from msgfmt

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-24 16:09:49 CEST

For a couple of weeks now, every time I compile my /trunk working copy,
it always ends with these warnings:

sed '/^"Content-Type: text\/plain; charset=UTF-8\\n"$/d'
subversion/po/de.po > subversion/po/de.spo
/usr/local/bin/msgfmt -o subversion/po/de.mo subversion/po/de.spo
/usr/local/bin/msgfmt: subversion/po/de.spo: warning: Charset missing in
header. Message
conversion to user's charset will not work.
sed '/^"Content-Type: text\/plain; charset=UTF-8\\n"$/d'
subversion/po/nb.po > subversion/po/nb.spo
/usr/local/bin/msgfmt -o subversion/po/nb.mo subversion/po/nb.spo
/usr/local/bin/msgfmt: subversion/po/nb.spo: warning: Charset missing in
header. Message
conversion to user's charset will not work.
rm subversion/po/de.spo subversion/po/nb.spo

I'm running RH9, using GNU gettext 0.13. What's all this about "missing
charsets" in the header? (FWIW, the default terminal locale on RH9 is
en_US.UTF-8, if that's relevant.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 24 16:11:35 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.