[Po4a-commits] "po4a/debian changelog,1.246,1.247"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sun Mar 5 13:25:09 UTC 2006
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv22189/debian
Modified Files:
changelog
Log Message:
Convert non-breaking space characters to their representation in the Pod
or Sgml formats.
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -d -r1.246 -r1.247
--- changelog 4 Mar 2006 19:32:13 -0000 1.246
+++ changelog 5 Mar 2006 13:25:06 -0000 1.247
@@ -6,6 +6,8 @@
semi-colon, but they were expended in entities not terminated by a
semi-colon (e.g. id="&url-debian-volatile").
* Add the docbook docinfo tag, and remove duplicate refsect1 tag.
+ * Add a post-translation filter, which converts non breaking spa¢es (0xA0 in
+ latin1) to the entity.
(Po.pm)
* use File::Copy::move instead of rename (the POT/POs were not written when
/tmp and the file were not in the same device.
@@ -28,6 +30,11 @@
(general)
* replace some `||' by `or'. || has an higher priority and some warnings
were masked.
+ (Pod.pm)
+ * Overload the TransTractor's translate() in order to add pre- and
+ post-translation filters.
+ * Change the latin1 0xA0 (non-breaking spaces) to the pod S<...> equivalent.
+ This should help projects with multiple formats.
[Yuri Kozlov]
* Updated russian translation (po/bin/ru.po) (Closes: #350300)
More information about the Po4a-commits
mailing list