[Po4a-commits] r2605 - /trunk/po4a-gettextize

barbier at users.alioth.debian.org barbier at users.alioth.debian.org
Mon Oct 1 20:00:17 UTC 2012


Author: barbier
Date: Mon Oct  1 20:00:17 2012
New Revision: 2605

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2605
Log:
AsciiDoc: also fix two line titles when master encoding is different from ascii

Modified:
    trunk/po4a-gettextize

Modified: trunk/po4a-gettextize
URL: http://svn.debian.org/wsvn/po4a/trunk/po4a-gettextize?rev=2605&op=diff
==============================================================================
--- trunk/po4a-gettextize (original)
+++ trunk/po4a-gettextize Mon Oct  1 20:00:17 2012
@@ -242,6 +242,7 @@
     $mastertt->detected_charset('ascii');
 } else {
     $mastertt->detected_charset($mastchar);
+    $mastertt->{TT}{po_in}->set_charset($mastchar);
 }
 $mastertt->parse;
 




More information about the Po4a-commits mailing list