Bengt Kleberg wrote:
> the facts of current German orthography are that the
> uppercase of ß is "SS"
Quite. The lesson should be that even "within the limitations of
Latin-1", the idea that you can do case conversion on single
code points is wrong. It is an operation that should be applied
to strings, not individual characters.
/Richard