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


When I try pugs or perl6 I get strange results whith Str methods :

pugs -e 'say "1234é".chars' => 5
perl6 -e 'say "1234é".chars' => 6

pugs -e 'say "1234é".bytes' => 6
perl6 -e 'say "1234é".bytes' => 8

pugs -e 'say "1234é".graphs' => 5
perl6 -e 'say "1234é".graphs' => Method 'graphs' not found for invocant of
class 'Str'

Reply via email to