Hi!

Mark H Weaver <m...@netris.org> writes:

>   (string-upcase "Straße")         => "STRAßE"  (should be "STRASSE")
>   (string-downcase "ΧΑΟΣΣ")        => "χαοσσ"   (should be "χαoσς")
>   (string-downcase "ΧΑΟΣ Σ")       => "χαοσ σ"  (should be "χαoς σ")
>   (string-ci=? "Straße" "Strasse") => #f        (should be #t)
>   (string-ci=? "ΧΑΟΣ" "χαoσ")      => #f        (should be #t)

I need to think some more about the guts of the discussion ;-), but in
the meantime I’ve added these to i18n.test and they pass (thanks,
Glibc!).

Ludo’.


Reply via email to