Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 81426
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.47
Fixed in: (no value)



Subject: Pod errors
Hi, our Debian tool (lintian) reports the following : --- a/lib/Encode/Supported.pod +++ b/lib/Encode/Supported.pod @@ -94,7 +94,7 @@ see L<Encode::Unicode>. UTF-7 is a special encoding which "re-encodes" UTF-16BE into a 7-bit -encoding. It is implemented seperately by Encode::Unicode::UTF7. +encoding. It is implemented separately by Encode::Unicode::UTF7. =head2 Encode::Byte -- Extended ASCII @@ -420,7 +420,7 @@ =item (Mac) Indic encodings The maps for the following are available at L<http://www.unicode.org/> -but remain unsupport because those encodings need algorithmical +but remain unsupported because those encodings need an algorithmical approach, currently unsupported by F<enc2xs>: MacDevanagari
Thank you. Patch applied. Dan the Maintainer Thereof On Sun Nov 25 01:47:26 2012, GUIMARD wrote: Show quoted text
> Hi, > > our Debian tool (lintian) reports the following : > > --- a/lib/Encode/Supported.pod > +++ b/lib/Encode/Supported.pod > @@ -94,7 +94,7 @@ > see L<Encode::Unicode>. > > UTF-7 is a special encoding which "re-encodes" UTF-16BE into a 7-bit > -encoding. It is implemented seperately by Encode::Unicode::UTF7. > +encoding. It is implemented separately by Encode::Unicode::UTF7. > > =head2 Encode::Byte -- Extended ASCII > > @@ -420,7 +420,7 @@ > =item (Mac) Indic encodings > > The maps for the following are available at L<http://www.unicode.org/> > -but remain unsupport because those encodings need algorithmical > +but remain unsupported because those encodings need an algorithmical > approach, currently unsupported by F<enc2xs>: > > MacDevanagari