This is the command change-po-charset that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
change-po-charset - change the charset value in content-type header of a gettext po file
SYNOPSIS
change-po-charset <charset> FILENAME1 [ FILENAME2 ...]
DESCRIPTION
change-po-charset is a simple Perl script, which reads the specified file names, and
prints them on standard output, making only the following modification. In the first
msgstr string sequence it encounters, it changes the "charset" attribute of the Content-
Type header to the charset specified as the first parameter.
Please note that it does not actually change any character encoding of the contents of the
data. It is used by potooledit(1) to fix the content-type header after it recodes the file
with iconv(1).
Use change-po-charset online using onworks.net services