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


> chr(0x80000000).ords
chr codepoint cannot be negative
  in block <unit> at <unknown file> line 1

It's right that this signal an error, but the error message in incorrect.
The erroneous codepoint is a largeish positive number, not negative.

-zefram

Reply via email to