meson: Simplify the use of built tools
[glib.git] / po / README.translators
blob984392c58530cdafb59836f49c5f837e8e432664
1 All the .po files are now in UTF-8!
3 For information on editing UTF-8 files on Unix, see
4 <http://www.cl.cam.ac.uk/~mgk25/unicode.html>
6 If you just want to convert it back to your native encoding to
7 edit and then convert again to UTF-8 to commit, please see the
8 scripts in gnome-i18n/UTF-8, for example
10   export ENCODING_TO=ISO-8859-15
11   utftopo fi.po
12   emacs fi.po
13   potoutf.sh fi.po
14   cvs commit fi.po
16 Alternatively, you can use the gettext package (>= 0.11) to convert
17 your translation to and from your native encoding:
19 msgconv -t ISO-8859-15 fi.po > fi.native.po
20 emacs fi.native.po
21 msgconv -t UTF-8 fi.native.po > fi.po
22 cvs commit fi.po
24 If you need help with this, ask, but please don't commit
25 non-UTF-8 files here.