Blame po/README.translators

Packit 98cdb6
The .po files in this directory contain only the ui and error 
Packit 98cdb6
messages in the gtk20 domain. See ../po-properties for the 
Packit 98cdb6
property nicks and blurbs in the gtk20-properties domain. 
Packit 98cdb6
Packit 98cdb6
All the .po files are now in UTF-8!
Packit 98cdb6
Packit 98cdb6
For information on editing UTF-8 files on Unix, see
Packit 98cdb6
<http://www.cl.cam.ac.uk/~mgk25/unicode.html>
Packit 98cdb6
Packit 98cdb6
If you just want to convert it back to your native encoding to
Packit 98cdb6
edit and then convert again to UTF-8 to commit, please see the
Packit 98cdb6
scripts in gnome-i18n/UTF-8, for example
Packit 98cdb6
Packit 98cdb6
  export ENCODING_TO=ISO-8895-15
Packit 98cdb6
  utftopo fi.po
Packit 98cdb6
  emacs fi.po
Packit 98cdb6
  potoutf.sh fi.po
Packit 98cdb6
  cvs commit fi.po
Packit 98cdb6
Packit 98cdb6
An alternative is to use the msgconv utility bundled along with
Packit 98cdb6
gettext package >= 0.11.
Packit 98cdb6
Packit 98cdb6
If you need help with this, ask, but please don't commit
Packit 98cdb6
non-UTF-8 files here.