Re: progress pages: encoding notices



Hi Tomas,

Today at 17:46, Tomas Kuliavas wrote:

> Progress pages claim that Lithuanian dia and mergent translations are not
> utf-8 encoded.
> http://progress.gnome.org/languages/lt/gnome-office
>
> Both translations pass 'msgfmt -v -c --check-accelerators=_' tests without
> notices. tested in gettext 0.16.1. In iconv conversion from utf-8 to
> windows-1257 and back to utf-8 works without notices and errors. Could you
> explain how you get utf-8 encoding notices or show these notices with line
> numbers?

The problem is with the check itself which is:

  msgconv -t UTF-8 POFILE | diff -u POFILE - >/dev/null

msgconv normalizes encoding to UTF-8 when it's simply lowercase
"utf-8", so the diff fails.

I am thinking of the easiest way to fix this, and your files won't
fail anymore once that is done (fixing, not thinking :).

Cheers,
Danilo


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