[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / po / README.translators
1 All the .po files are now in UTF-8!
2
3 For information on editing UTF-8 files on Unix, see
4 <http://www.cl.cam.ac.uk/~mgk25/unicode.html>
5
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
9
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
15
16 Alternatively, you can use the gettext package (>= 0.11) to convert
17 your translation to and from your native encoding:
18
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
23
24 If you need help with this, ask, but please don't commit
25 non-UTF-8 files here.