On Fri, Nov 05, 2004 at 11:42:48PM +0100, Nicolas François wrote:
[...]
* fix the documentation
almost finished
The changes mostly consist in removing the mention of the nested font
modifiers issue and updating of the stats of the man module.
=> this should not require a lot of work for the translators
If there is no objection, I would like to upload 0.19 ASAP, almost
all reported bugs have been fixed.
In order to give time to translators, please commit these changes first,
other items do not require l10n work.
[...]
Regarding the 'po4a-normalize -M', here is a patch that
should do the
trick.
(It was tested with the testsuite, but I would prefer that somebody have
a look at it)
One small question: why is utf_mode set?
As said above, please do not waste your time on this question if you do
not know, documentation is more important and I will try to figure the
answer out.
@@ -144,6 +147,8 @@
-e $filename || die sprintf(gettext("File %s does not
exist."),$filename)."\n";
$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');
Denis