On Sat, 6 Nov 2004, Martin Quinson wrote:
On Sat, Nov 06, 2004 at 09:29:03AM +0000, Jordi Vilalta wrote:
[...]
> $parser->read($filename);
> +$parser->{TT}{utf_mode} = 1;
> +$parser->{TT}{file_in_charset} = $mastchar;
> $parser->parse();
> $parser->write('po4a-normalize.output');
> $parser->writepo('po4a-normalize.po');
What about a function in transtractor allowing to set the mastchar ? I'd
prefer to leave the modification of the {TT} internals to the library code,
not the binaries one.
Yes, this is how it has to be done... Thanks. I'll put it in the TODO list
Regards,
Jordi Vilalta