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


The following lines all print "funny characters":

perl6 -e 'say "ü"'
perl6 -e 'say "ñ"'
perl6 -e 'say "é"'
...


If you put these statements in a file, the characters print correctly. 
The problem only happens from the terminal. The problem happens with any 
terminal (xterm, urxvt, gnome-terminal).

Please note that Perl 5.10 gets it right, so the problem really is with 
Rakudo (and not (e.g.) the terminal).

Daniel.

Reply via email to