1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Updated the Almost Bugs section to match recent changes.

This commit is contained in:
Kalle Olavi Niemitalo 2006-02-12 21:48:43 +02:00 committed by Kalle Olavi Niemitalo
parent 21643e8a51
commit de564b7b4b

View File

@ -982,13 +982,14 @@ Gettext doesn't support.
=head2 Almost Bugs =head2 Almost Bugs
Locale::PO does not save the line numbers at which entries begin or C<msgid_begin_lineno> and C<msgstr_begin_lineno> are read-only.
end in the PO file. These would be useful in error messages. Perhaps there should also be ways to get the line numbers of the
other strings. Probably not line numbers of comments, though.
The C<msgid> and C<msgstr> methods return FULLY-QUOTED strings, but The C<msgid>, C<msgid_plural>, C<msgstr>, and C<msgstr_n> methods
they expect BACKSLASHED strings as input. It would be better to have output FULLY-QUOTED strings, but they expect BACKSLASHED strings as
both FULLY-QUOTED or both BACKSLASHED; or perhaps C<< input. It would be better to have both FULLY-QUOTED or both
$po->msgid(-level => 'BACKSLASHED') >>. BACKSLASHED; or perhaps C<< $po->msgid(-level => 'BACKSLASHED') >>.
Locale::PO discards all types of comments it does not recognize. Locale::PO discards all types of comments it does not recognize.
The B<msgmerge> program of GNU gettext-tools 0.14.3 does the same, The B<msgmerge> program of GNU gettext-tools 0.14.3 does the same,