• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1All the .po files are now in UTF-8!
2
3For information on editing UTF-8 files on Unix, see
4<http://www.cl.cam.ac.uk/~mgk25/unicode.html>
5
6If you just want to convert it back to your native encoding to
7edit and then convert again to UTF-8 to commit, please see the
8scripts 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
16Alternatively, you can use the gettext package (>= 0.11) to convert
17your translation to and from your native encoding:
18
19msgconv -t ISO-8859-15 fi.po > fi.native.po
20emacs fi.native.po
21msgconv -t UTF-8 fi.native.po > fi.po
22cvs commit fi.po
23
24If you need help with this, ask, but please don't commit
25non-UTF-8 files here.
26