Re[2]: system-tools-backends and message encoding



Francisco> use:
Francisco>  iconv -f <your_locale> -t utf-8 < your_locale.po > utf-encoded.po
No. you should not use iconv, as it won't modify the header of PO, which
will cause the PO unusable. Instead, following command is preferred:
     msgconv -t utf-8 -o LL-utf-8.po LL.po



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]