Skip Menu |

This queue is for tickets about the Net-Domain-TLD CPAN distribution.

Report information
The Basics
Id: 112006
Status: open
Priority: 0/
Queue: Net-Domain-TLD

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.73
Fixed in: (no value)



Subject: Encoding issues

The encoding of the module source is inconsistent :
- the value for entries 'cv', 'globo', 'pf', 'pm'... are in Latin 1
- the value for entry 'xn--55qx5d' is in UTF-8

To fix the issue, convert all names to UTF-8 and add a "use UTF-8" at the beginning of the source.

I would gladly propose a pull request with a patch (including test cases) if you put the source on GitHub.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN
On 2016-02-13 10:23:33, DOLMEN wrote: Show quoted text
> and add a "use UTF-8"
that should be "use utf8;" of course I'd echo the request for the source to be published somewhere, so a patch can be prepared. I just noticed that metacpan renders these files badly too, because of the lack of a consistent encoding.