Skip Menu |

This queue is for tickets about the Encode-Escape CPAN distribution.

Report information
The Basics
Id: 75973
Status: new
Priority: 0/
Queue: Encode-Escape

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

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



Subject: FFFF is not the end of Unicode
The documentation mentions FFFF several times, and the code contains constructs like [\da-fA-F]{1,4}. There exist Unicode codepoints up to U+10FFFF, and Perl can safely deal with characters up to "\x{ffffffff}", possibly even longer depending on compile-time options. Relax the restrictions, update the documentation.