Re: [perl #56262] [RFC] chr opcode

2009-02-05 Thread NotFound
> I'll apply this patch in two days if I hear no objection -- or sooner if > the other contributors to this thread approve. +1 -- Salu2

Re: [perl #56262] [RFC] chr opcode

2008-06-23 Thread Patrick R. Michaud
On Mon, Jun 23, 2008 at 09:50:16AM -0700, NotFound wrote: > The chr opcode is documented in docs/ops/string.pod as: > > chr(out STR, in INT) >The character specified by codepoint integer $2 in the > current character set is returned in string $1. > > But the implementation just calls

[perl #56262] [RFC] chr opcode

2008-06-23 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #56262] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56262 > The chr opcode is documented in docs/ops/string.pod as: chr(out STR, in INT) The