Bug#669967: say what happens when a non-integer is passed to chr

jidanni at jidanni.org jidanni at jidanni.org
Sun Apr 22 10:42:22 UTC 2012


Package: perl-doc
Version: 5.14.2-9
Severity: wishlist
File: /usr/share/man/man1/perlfunc.1.gz

       chr NUMBER
       chr Returns the character represented by that NUMBER in the character
           set.  For example, "chr(65)" is "A" in either ASCII or Unicode, and
           chr(0x263a) is a Unicode smiley face.

OK, but what about chr(65.99)? Say something (document) what about if a
non-integer is passed to it.






More information about the Perl-maintainers mailing list