+2009-08-13 Bruno Haible <bruno@clisp.org>
+
+ * msgexec.c: Include msgl-charset.h.
+ (main): Invoke compare_po_locale_charsets.
+
2009-08-10 Bruno Haible <bruno@clisp.org>
Avoid a gcc warning.
#include "read-po.h"
#include "read-properties.h"
#include "read-stringtable.h"
+#include "msgl-charset.h"
#include "xalloc.h"
#include "full-write.h"
#include "findprog.h"
/* Read input file. */
result = read_catalog_file (input_file, input_syntax);
+ /* Warn if the current locale is not suitable for this PO file. */
+ compare_po_locale_charsets (result);
+
if (strcmp (sub_name, "0") != 0)
{
/* Block SIGPIPE for this process and for the subprocesses.