PO file header can have character set information such as "Content-Type: text/plain; charset=UTF-8\n". So it might be possible to make Ruby strings be created with that encoding.
It might be also useful to add an option to set default encoding, e.g. UTF-8. Currently it uses US-ASCII, so user must convert Strings into expected charsets.
PO file header can have character set information such as "Content-Type: text/plain; charset=UTF-8\n". So it might be possible to make Ruby strings be created with that encoding.
It might be also useful to add an option to set default encoding, e.g. UTF-8. Currently it uses US-ASCII, so user must convert Strings into expected charsets.