RT for rt.cpan.org
Skip Menu
|
Bug #79056 for LaTeX-Decode: Non-ASCII character seen before =encoding
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
LaTeX-Decode CPAN distribution
.
Report information
The Basics
Id:
79056
Status:
resolved
Priority:
0/
Queue:
LaTeX-Decode
People
Owner:
Nobody in particular
Requestors:
ANDK [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Normal
Broken in:
0.03
Fixed in:
0.04
History
Show all quoted text
Fri Aug 17 15:06:26 2012
ANDK [...] cpan.org - Ticket created
Subject:
Non-ASCII character seen before =encoding
http://www.cpantesters.org/cpan/report/b4fa3952-dc91-11e1-bf7b-2c7185400d13
Pod::Simple >= 3.22 and Test::Pod are required to reproduce. HTH&&Regards,
Sun Jun 02 14:09:08 2013
gregoa [...] cpan.org - Correspondence added
Patch attached. Cheers, gregor, Debian Perl Group
Subject:
01_Data.pm.patch
Description: fix pod errors Origin: vendor Author: Danai SAE-HAN (ééè) <danai@debian.org> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-02 --- a/lib/LaTeX/Decode/Data.pm +++ b/lib/LaTeX/Decode/Data.pm @@ -2,6 +2,19 @@ use strict; use warnings; use base qw(Exporter); + +=encoding utf8 + +=head1 NAME + +LaTeX::Decode::Data - Data to decode from LaTeX to Unicode + +=head1 VERSION + +Version 0.03 + +=cut + our @EXPORT = qw[ %ACCENTS %WORDMACROS %DIACRITICS %WORDMACROSEXTRA %DIACRITICSEXTRA %PUNCTUATION %NEGATEDSYMBOLS %SUPERSCRIPTS %SYMBOLS %CMDSUPERSCRIPTS %DINGS %GREEK $ACCENTS_RE $DIAC_RE_BASE $DIAC_RE_EXTRA $NEG_SYMB_RE $SUPER_RE $SUPERCMD_RE ]; #our @EXPORT_OK = qw[ # %WORDMACROSEXTRA %DIACRITICSEXTRA %PUNCTUATION %NEGATEDSYMBOLS %SUPERSCRIPTS %SYMBOLS %CMDSUPERSCRIPTS %DINGS %GREEK
Sun Jun 02 14:09:09 2013
The RT System itself - Status changed from 'new' to 'open'
Wed Jul 08 00:54:58 2015
FIRMICUS [...] cpan.org - Correspondence added
On Sun Jun 02 14:09:08 2013, GREGOA wrote:
Show quoted text
> Patch attached. > > Cheers, > gregor, Debian Perl Group
Fixed in 0.04
Wed Jul 08 00:54:59 2015
FIRMICUS [...] cpan.org - Status changed from 'open' to 'resolved'
Wed Jul 08 00:55:00 2015
FIRMICUS [...] cpan.org - Fixed in 0.04 added