[perl #125556] Rakudo doesn't do Unicode Special Casing (uc, tc, uclc, tclc for ffl ligature,Turkish i, etc.)

2015-10-09 Thread jn...@jnthn.net via RT
On Sun Jul 05 17:56:45 2015, raiph wrote: > What I did: > > > say 'ffl'.uc; # say the uppercased version of an ffl ligature > > What I got with camelia (rakudo-moar 01edd3): > > ffl > > "What I expected": > > FFL > > > > "What I expected" is based on > http://unicode.org/Public/UNIDATA/Spec

[perl #125556] Rakudo doesn't do Unicode Special Casing (uc, tc, uclc, tclc for ffl ligature,Turkish i, etc.)

2015-07-05 Thread via RT
# New Ticket Created by raiph # Please include the string: [perl #125556] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125556 > What I did: > say 'ffl'.uc; # say the uppercased version of an ffl ligature What I got with came