From: Guy Harris (guy@Auspex.COM)
Date: 02/08/93


From: guy@Auspex.COM (Guy Harris)
Subject: Re: 8 bit clean implies what?
Date: 8 Feb 1993 19:07:55 GMT


>>However, a single CHANGE_CASE table is
>>sufficient if it is guaranteed that lower_case(x) >= upper_case(x). Does
>>anyone know if this assumption is valid?
>
>Yes, this is true for at least ISO-Latin-1 and DEC Multinational
>Character Set (almost identical).

I.e., the upper-case version of the German "sz" character has a loweer
code than the lower-case version?

Warning: that is a trick question, at least as I understand the German
case conventions. It may be unwise to assume that translating a string
from lower-case to upper-case can be done simply by replacing each
lower-case letter in the string with a character that's the upper-case
version of that letter.