Re: [perl #38964] .sub names can't be Unicode.

2006-06-01 Thread Leopold Toetsch
On Apr 23, 2006, at 3:43, Will Coleda (via RT) wrote: .sub unicode:"\u" print "ok\n" .end This should be ok now as well as calling the sub, sub.t is passing again with r12863. More tests e.g. method calls are very welcome. leo

[perl #38964] .sub names can't be Unicode.

2006-04-22 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #38964] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38964 > The following PIR: .sub unicode:"\u" print "ok\n" .end Should print: "ok", but