# New Ticket Created by Helmut Wollmersdorfer # Please include the string: [perl #65172] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65172 >
$ ./perl6 -e 'say "\c[LATIN CAPITAL LETTER A, COMBINING DOT ABOVE]".ord;' 65 $ ./perl6 -e 'say "\c[LATIN CAPITAL LETTER A WITH DOT ABOVE]".ord;' 550 Both results should be the same in grapheme mode. Grapheme mode is default. Helmut Wollmersdorfer