[ po4a-Bugs-301026 ] po4a-update eats characters not in charset without asking
by noreply@alioth.debian.org
Bugs item #301026, was opened at 2004-11-06 20:05
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=301026&grou...
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Yves Rütschlé (yves-guest)
Assigned to: Jordi Vilalta (jvprat-guest)
Summary: po4a-update eats characters not in charset without asking
Initial Comment:
If you translate a PO file into some language
using iso8859-1, but forget to precise the charset in the
header of the PO file, and don't give the charset to
po4a-update either, then po4a-update proceeds to remove all
accentuated characters from the file.
I am not sure what the best way to handle this would be;
presumably, one could do some heuristic ("there are many
strange characters in there, probably this isn't ascii") and
ask for confirmation that you do actually want to filter out
strange characters. Fact is, most of the time you won't want
to.
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-14 13:15
Message:
Logged In: NO
<a href='http://www.yahoo.com'></a>Thanks! http://www.ringtones-dir.com/download/ <a href='http://www.ringtones-dir.com'>download ringtones</a>. <a href="http://www.ringtones-dir.com ">nokia ringtones</a>: Download ringtones FREE, Best free samsung ringtones, Cingular ringtones and more. Also [url]http://www.ringtones-dir.com/free/[/url] and [link=http://www.ringtones-dir.com]ring tones[/link] From site .
----------------------------------------------------------------------
Comment By: Yves Rütschlé (yves-guest)
Date: 2004-11-12 16:14
Message:
Logged In: YES
user_id=11062
A related problem: when the master document's charset is not
ascii, po4a-updatepo seems to happily ignore the PO's
charset specification and change it (to UTF-8 in my case,
which I am not sure where it comes from, as I think the
input document was iso-8859-1 just like the PO), along with
all the characters in the PO. In other words, po4a-update
silently:
- changes the charset I have specified in the PO
- changes all the non-ascii characters in some way
("in some way", because I don't think it ended up in UTF-8
either).
I'm so in love with French accents right now.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=301026&grou...
18 years, 5 months
XHTML update
by Yves Rutschle
Hi all,
update of the Xhtml module:
- Support for new Xml behaviour (no need to define all the
tags)
- Adapted old HTML tests to Xhtml. 22-html now tests Xhtml
instead of Html.
In the process, I've suppressed the following files:
t/data-22/attribute.html
t/data-22/attribute_out.html
t/data-22/spaces.html
t/data-22/spaces_out.html
t/data-22/spaces.po
The patch also folds in the previous patch to Xml.pm I sent
earlier this week, which prevents Xml.pm from eating SSI
statements ( <!--# ... --> ). While it's necessary for my
application, it'll have to be moved to Xhtml.pm once the API
to modify @tag_types has been added.
Cheers,
Y.
18 years, 5 months
Re: [Po4a-commits] "po4a/debian changelog, 1.278, 1.279 rules, 1.33, 1.34"
by Nicolas François
Hello,
To convert the c with cedilla, I had to do it in debian/rules because I
did not understand how I can find where the files are installed.
If somebody has a better understanding of the installation procedure, I
think the convertion should be done in Build.PL.
On Tue, Jun 13, 2006 at 10:32:26PM +0000, nekral-guest wrote:
> Update of /cvsroot/po4a/po4a/debian
> In directory haydn:/tmp/cvs-serv31661/debian
>
> Modified Files:
> changelog rules
> Log Message:
> Replace the c with cedilla by \[,c] in the man page.
>
>
> Index: rules
> ===================================================================
> RCS file: /cvsroot/po4a/po4a/debian/rules,v
> retrieving revision 1.33
> retrieving revision 1.34
> diff -u -d -r1.33 -r1.34
> --- rules 14 Apr 2006 18:24:35 -0000 1.33
> +++ rules 13 Jun 2006 22:32:24 -0000 1.34
> @@ -48,6 +48,10 @@
> # $(PERL) Build test
> $(PERL) Build install destdir=$(DESTDIR)
>
> + for man in $(DESTDIR)/usr/share/man/man3/*.3pm; do \
> + sed -i -e 's/ç/\\[,c]/g;s/Ç/\\[,C]/g' $$man; \
> + done
> +
> # Build architecture-independent files here.
> binary-indep: build install
> dh_testdir
>
Kind Regards,
--
Nekral
18 years, 5 months
Preparation of the po4a 0.26 release
by Nicolas François
Hello,
I would like to release po4a 0.26 next week (June 25).
As usual, here are the current translation statistics. If you intend to
update your translation but need more time, or if you intend to commit
something else, please let me know.
Binary Documentation
ca 122t 11f 17u 844t 85f 156u
es 117t 14f 19u 844t 85f 156u
it 143t 6f 1u 293t 80f 712u
pl 146t 4f 1068t 9f 8u
ru 143t 6f 1u
Currently, the release notes are:
* po4aman-display-po: improvements and bug fixes
* Man.pm:
+ fix the mdoc support to allow using mdoc and groff pages in the same
configuration file
+ more pages supported
+ new "generated" option, which permits to use po4a on generated pages
* Texinfo.pm: new module, basic support for Texinfo
* TeX.pm: even more generic (to allow texinfo)
* po4a: keep the order of the documents in the configuration file for the
creation of the POT and the generation of the translations.
NOTE: this will change the order of the strings in your POs if
you are using configuration files with multiple documents.
* pod: Fix a bug (resulting in missing output in the translated file)
when the translation uses a non-breaking space.
Kind Regards,
--
Nekral
18 years, 5 months
[ po4a-Bugs-300589 ] reference for composite SGML documents not perfect
by noreply@alioth.debian.org
Bugs item #300589, was opened at 2004-03-24 23:50
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
Category: Sgml.pm
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Martin Quinson (mquinson-guest)
Assigned to: Nobody (None)
Summary: reference for composite SGML documents not perfect
Initial Comment:
On sgml document splited in several files, the reference may suffer an offset of a few lines. See the source code for a more complete explanation, and if you know how to solve this, be my guest.
Mt
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:42
Message:
Logged In: NO
<a href='http://www.yahoo.com'></a>Thanks! http://www.insurance-top.com/auto/ <a href='http://www.insurance-top.com'>auto insurance</a>. <a href="http://www.insurance-top.com ">Insurance car</a>: The autos insurance company, compare car insurance, auto insurance. Also [url]http://www.insurance-top.com/car/[/url] and [link=http://www.insurance-top.com]insurance quote[/link] from site .
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:29
Message:
Logged In: NO
Hi! http://www.insurance-top.com/company/ car site insurance. The autos insurance company, compare car insurance, auto insurance. from website .
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:29
Message:
Logged In: NO
Thanks!!! http://www.insurance-top.com/company/ car site insurance. [URL=http://www.insurance-top.com]home insurance[/URL]: The autos insurance company, compare car insurance, auto insurance. Also [url=http://www.insurance-top.com]cars insurance[/url] from website .
----------------------------------------------------------------------
Comment By: Jordi Vilalta (jvprat-guest)
Date: 2004-07-24 12:49
Message:
Logged In: YES
user_id=10156
I've tested it with an old test I had on my hard disk for another issue, and it still show wrong references. (I attach those files)
Sometimes those references point to another file, and sometimes there's no reference.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
18 years, 5 months
[ po4a-Bugs-300589 ] reference for composite SGML documents not perfect
by noreply@alioth.debian.org
Bugs item #300589, was opened at 2004-03-24 23:50
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
Category: Sgml.pm
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Martin Quinson (mquinson-guest)
Assigned to: Nobody (None)
Summary: reference for composite SGML documents not perfect
Initial Comment:
On sgml document splited in several files, the reference may suffer an offset of a few lines. See the source code for a more complete explanation, and if you know how to solve this, be my guest.
Mt
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:29
Message:
Logged In: NO
Hi! http://www.insurance-top.com/company/ car site insurance. The autos insurance company, compare car insurance, auto insurance. from website .
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:29
Message:
Logged In: NO
Thanks!!! http://www.insurance-top.com/company/ car site insurance. [URL=http://www.insurance-top.com]home insurance[/URL]: The autos insurance company, compare car insurance, auto insurance. Also [url=http://www.insurance-top.com]cars insurance[/url] from website .
----------------------------------------------------------------------
Comment By: Jordi Vilalta (jvprat-guest)
Date: 2004-07-24 12:49
Message:
Logged In: YES
user_id=10156
I've tested it with an old test I had on my hard disk for another issue, and it still show wrong references. (I attach those files)
Sometimes those references point to another file, and sometimes there's no reference.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
18 years, 5 months
[ po4a-Bugs-300589 ] reference for composite SGML documents not perfect
by noreply@alioth.debian.org
Bugs item #300589, was opened at 2004-03-24 23:50
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
Category: Sgml.pm
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Martin Quinson (mquinson-guest)
Assigned to: Nobody (None)
Summary: reference for composite SGML documents not perfect
Initial Comment:
On sgml document splited in several files, the reference may suffer an offset of a few lines. See the source code for a more complete explanation, and if you know how to solve this, be my guest.
Mt
----------------------------------------------------------------------
Comment By: Nobody (None)
Date: 2006-06-13 15:29
Message:
Logged In: NO
Thanks!!! http://www.insurance-top.com/company/ car site insurance. [URL=http://www.insurance-top.com]home insurance[/URL]: The autos insurance company, compare car insurance, auto insurance. Also [url=http://www.insurance-top.com]cars insurance[/url] from website .
----------------------------------------------------------------------
Comment By: Jordi Vilalta (jvprat-guest)
Date: 2004-07-24 12:49
Message:
Logged In: YES
user_id=10156
I've tested it with an old test I had on my hard disk for another issue, and it still show wrong references. (I attach those files)
Sometimes those references point to another file, and sometimes there's no reference.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=300589&grou...
18 years, 5 months
Xml: Keeping XHTML SSI
by Yves Rutschle
Hello,
So, here's a way to solve my SSI problem: add a generic tag type that doesn't
eat the statements, that comes before the standard comment in the @tag_types
list:
diff -u -r1.46 Xml.pm
--- Xml.pm 12 Apr 2006 23:46:01 -0000 1.46
+++ Xml.pm 9 Jun 2006 22:25:42 -0000
@@ -404,6 +404,9 @@
##### Generic XML tag types #####'
my @tag_types = (
+ { beginning => "!--#",
+ end => "--",
+ breaking => 0},
{ beginning => "!--",
end => "--",
breaking => 0,
I'm not sure this is acceptable as it's really html-related, so if you object
to its inclusion I'll wait until the API for this is finished.
Good night,
Y.
18 years, 5 months
Xml strips comments?
by Yves Rutschle
Hello people,
I'm back on cleaning up the Xhtml module (one year on...
oops) and add testing to it. I moved to the head of the CVS
tree, and got a surprise: does the XML module now strip all
comments from the source? It looks to me like it does, which
isn't good at all for me (my XHTML has got SSI statements,
which are embedded into comments).
Cheers,
Y.
18 years, 5 months