# New Ticket Created by  David Green 
# Please include the string:  [perl #75526]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75526 >


Certain ranges with endpoints that aren't 0-9, A-Z don't work:

    say <@>..<Z>
    say <á>..<é>

The code goes into an infinite loop or maybe just a very long one...


Reply via email to