Skip Menu |

This queue is for tickets about the URI-UTF8-Punycode CPAN distribution.

Report information
The Basics
Id: 89752
Status: open
Worked: 1 hour (60 min)
Priority: 0/
Queue: URI-UTF8-Punycode

People
Owner: TWINKLE [...] cpan.org
Requestors: grisxa [...] gmail.com
Cc:
AdminCc:

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



Subject: Wrong decoding
Date: Thu, 24 Oct 2013 20:11:06 +0400
To: bug-URI-UTF8-Punycode [...] rt.cpan.org
From: Grigory Batalov <grisxa [...] gmail.com>
Version of module : 1.00 OS : Debian 7 x86_64 perl version : (v5.16.0) built for x86_64-linux-thread-multi I'm getting an error with unnecessary latin domains decoding: $ /opt/drw/bin/perl/perl -MURI::UTF8::Punycode -e 'print puny_dec("userapi.org"),"\n"' ᘽᘷᘻᘷᘮ.ᾗ Obviously, userapi.org shouldn't be decoded at all, so maybe check a domain name inside the module?
On 2013-10月-24 木 12:11:30, grisxa@gmail.com wrote: Show quoted text
> Version of module : 1.00 > OS : Debian 7 x86_64 > perl version : (v5.16.0) built for x86_64-linux-thread-multi > > I'm getting an error with unnecessary latin domains decoding: > > $ /opt/drw/bin/perl/perl -MURI::UTF8::Punycode -e 'print > puny_dec("userapi.org"),"\n"' > > ᘽᘷᘻᘷᘮ.ᾗ > > Obviously, userapi.org shouldn't be decoded at all, so maybe > check a domain name inside the module?
Sorry I'm too late... Do nothing when unneeded therefore "userapi.org" returns as it is "userapi.org" domain name.