I would like to announce that I have translated perl583delta.pod to Lithuanian
and the translation can be found at
http://moxliukas.esu.as/download/doc/perl583delta.pod
--
Petras Kudaras
aka moxliukas
Neato!
But I think you should declare the encoding, with a line like this:
=encoding iso-8859-13
Or whatever the encoding you're using is.
Examples of other encodings:
http://search.cpan.org/src/SBURKE/Pod-Simple-2.05/t/corpus/
Also, could you change these two headings:
=head1 PAVADINIMAS
and
=head1 APRAÐYMAS
to these?
=head1 PAVADINIMAS (NAME)
and
=head1 APRAÐYMAS (DESCRIPTION)
That makes the modern Pod processors happier.
--
Sean M. Burke http://search.cpan.org/~sburke/
> At 12:02 PM 2004-01-05, Petras Kudaras wrote:
>
>> I would like to announce that I have translated perl583delta.pod to
>> Lithuanian and the translation can be found at
>> http://moxliukas.esu.as/download/doc/perl583delta.pod
>
>
> Neato!
>
> But I think you should declare the encoding, with a line like this:
> =encoding iso-8859-13
> Or whatever the encoding you're using is.
We are using mostly iso-8859-13, but sometimes also utf-8.
I have added the iso-8859-13 encoding declaration.
> Also, could you change these two headings:
>
> =head1 PAVADINIMAS
> and
> =head1 APRAŠYMAS
>
> to these?
>
> =head1 PAVADINIMAS (NAME)
> and
> =head1 APRAŠYMAS (DESCRIPTION)
OK, I've changed this too.