After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318229 - po files not in UTF-8
po files not in UTF-8
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-07 18:07 UTC by Tristan Van Berkom
Modified: 2006-07-26 03:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.po files (93.51 KB, application/x-gzip)
2006-07-24 22:53 UTC, Vincent Geddes
Details

Description Tristan Van Berkom 2005-10-07 18:07:29 UTC
These warnings were reported on glade-devel list:

Generating and caching the translation database
WARNING: ./po/sv.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/pt.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/tr.po is not in UTF-8 but iso-8859-9, converting...
WARNING: ./po/es.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/ru.po is not in UTF-8 but koi8-r, converting...
WARNING: ./po/pl.po is not in UTF-8 but iso-8859-2, converting...
WARNING: ./po/no.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/ms.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/nn.po is not in UTF-8 but iso-8859-1, converting...
WARNING: ./po/ta.po is not in UTF-8 but iso-8859-1, converting...

So I guess that the po files should be converted & re-commited
(TODO reminder here).
Comment 1 Vincent Geddes 2006-07-24 22:53:08 UTC
Created attachment 69535 [details]
.po files

I have converted all non-utf8 encoded translations to utf8. The conversion was performed using msgconv.

the converted translations: da es ms nn pl pt ru sv ta tr
Comment 2 Tristan Van Berkom 2006-07-26 03:42:13 UTC
cool, committed, closing :)