Re: How to check variables for uniqueness ?



Lew wrote:
That is how equalsIgnoreCase() works:

"beißen".equalsIgnoreCase("BEISSEN"): false

Well, then, either Wong is completely nuts, or we're using different JDK versions (1.6 here), or (seems least likely) toUpperCase actually alters the spelling of some words(!) rather than just changing a-z to A-Z (likewise accented equivalents) while leaving the rest alone.
.



Relevant Pages

  • Re: How to check variables for uniqueness ?
    ... John Ersatznom wrote: ... Well, then, either Wong is completely nuts, or we're using different JDK versions, or toUpperCase actually alters the spelling of some wordsrather than just changing a-z to A-Z while leaving the rest alone. ...
    (comp.lang.java.programmer)
  • Re: How to check variables for uniqueness ?
    ... or toUpperCase actually alters the spelling of some wordsrather than just changing a-z to A-Z (likewise accented equivalents) while leaving the rest alone. ... what would a German newspaper do?) ...
    (comp.lang.java.programmer)