[perl #75756] [BUG] Str.uc knows that the letter "ß" upper-cases "as "SS", case-insensitive regexes don't in Rakudo"

2012-10-21 Thread Carl Mäsak via RT
On Sat Oct 20 18:17:19 2012, coke wrote: > On Tue Jun 15 02:16:28 2010, masak wrote: > > How does case insensitive matching work in perl 6? > > e.g. "ß" ~~ m:i/SS/ > > sorear: that's the syntax, so I assume you're asking about the > > semantics. > > oh wait, that example is tricky :) > > I wo

[perl #75756] [BUG] Str.uc knows that the letter "ß" upper-cases "as "SS", case-insensitive regexes don't in Rakudo"

2012-10-20 Thread Will Coleda via RT
On Tue Jun 15 02:16:28 2010, masak wrote: > How does case insensitive matching work in perl 6? > e.g. "ß" ~~ m:i/SS/ > sorear: that's the syntax, so I assume you're asking about the > semantics. > oh wait, that example is tricky :) > I would be surprised if Perl 6 is spec'd to handle that. >