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


Rakudo r34428:

$ echo 'say <1 2> »+« <1 1>' > test.t
$ ./perl6 test.t
23
$ ./perl6 -e 'say <1 2> »+« <1 1>'
Statement not terminated properly at line 1, near
"\x{c2}\x{bb}+\x{c2}\x{ab} <1 1"

current instr.: 'parrot;PGE;Util;die' pc 129
(runtime/parrot/library/PGE/Util.pir:83)

If I introduce a syntax error in the file, the french quotes are reported as
\x{ab} and \x{bb} (without \x{c2}), so I guess that an UTF-8 decoding
step is missing.

Cheers,
Moritz

Reply via email to