From de564b7b4b80caca7e540d2897888141381c89f6 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 12 Feb 2006 21:48:43 +0200 Subject: [PATCH] Updated the Almost Bugs section to match recent changes. --- po/perl/Locale/PO.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/po/perl/Locale/PO.pm b/po/perl/Locale/PO.pm index 333c4d48..da60c181 100644 --- a/po/perl/Locale/PO.pm +++ b/po/perl/Locale/PO.pm @@ -982,13 +982,14 @@ Gettext doesn't support. =head2 Almost Bugs -Locale::PO does not save the line numbers at which entries begin or -end in the PO file. These would be useful in error messages. +C and C are read-only. +Perhaps there should also be ways to get the line numbers of the +other strings. Probably not line numbers of comments, though. -The C and C methods return FULLY-QUOTED strings, but -they expect BACKSLASHED strings as input. It would be better to have -both FULLY-QUOTED or both BACKSLASHED; or perhaps C<< -$po->msgid(-level => 'BACKSLASHED') >>. +The C, C, C, and C methods +output FULLY-QUOTED strings, but they expect BACKSLASHED strings as +input. It would be better to have both FULLY-QUOTED or both +BACKSLASHED; or perhaps C<< $po->msgid(-level => 'BACKSLASHED') >>. Locale::PO discards all types of comments it does not recognize. The B program of GNU gettext-tools 0.14.3 does the same,