From: Bruno Haible Date: Mon, 1 Oct 2018 09:09:29 +0000 (+0200) Subject: Explain how to concatenate POT files. X-Git-Tag: v0.20~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60987756c78985ebf41b4a0cf0c74f1c3fed201;p=thirdparty%2Fgettext.git Explain how to concatenate POT files. Reported by Hadi Farah in . * gettext-tools/doc/msgcat.texi: Explain how to concatenate POT files. --- diff --git a/gettext-tools/doc/msgcat.texi b/gettext-tools/doc/msgcat.texi index 7c1505047..94113b407 100644 --- a/gettext-tools/doc/msgcat.texi +++ b/gettext-tools/doc/msgcat.texi @@ -16,6 +16,10 @@ comments, extracted comments, and file positions will be cumulated, except that if @code{--use-first} is specified, they will be taken from the first PO file to define them. +To concatenate POT files, better use @code{xgettext}, not @code{msgcat}, +because @code{msgcat} would choke on the undefined charsets in the specified +POT files. + @subsection Input file location @table @samp