# New Ticket Created by  Life U. Everything 
# Please include the string:  [perl #118951]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118951 >


<lue> r: say "ß".uc
<camelia> rakudo 45d447: OUTPUT«ß␤»
<lue> r: say "ẞ".lc.uc
<camelia> rakudo 45d447: OUTPUT«SS␤»


Both examples above are meant to result in SS. Note that the capital 
eszett does convert to a lowercase one:

<lue> r: say "ẞ".lc
<camelia> rakudo 45d447: OUTPUT«ß␤»

Reply via email to