bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: problem building .gmo files in tar build


From: Karl Eichwalder
Subject: Re: problem building .gmo files in tar build
Date: Mon, 15 Jul 2002 23:06:32 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

"David Caplan" <address@hidden> writes:

> address@hidden po]# make
> file=./`echo ja | sed 's,.*/,,'`.gmo \
>   && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ja.po
> ja.po:1392:17: invalid multibyte sequence
> msgfmt: found 1 fatal error
> make: *** [ja.gmo] Error 1

Usually, you can fix these errors as follows:

LL=ja
TEXTDOMAIN=tar
for l in $LL ; do
  cp $l.po $l.po.tmp
  LANG=C OLD_PO_FILE_INPUT=yes msgmerge -v $l.po.tmp $TEXTDOMAIN.pot -o $l.po
done

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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