Re: How to check variables for uniqueness ?
- From: John Ersatznom <j.ersatz@xxxxxxxxxxxxxxx>
- Date: Mon, 15 Jan 2007 09:11:34 -0500
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.
.
- Follow-Ups:
- Re: How to check variables for uniqueness ?
- From: John W. Kennedy
- Re: How to check variables for uniqueness ?
- From: Chris Uppal
- Re: How to check variables for uniqueness ?
- From: Lew
- Re: How to check variables for uniqueness ?
- References:
- Re: How to check variables for uniqueness ?
- From: John Ersatznom
- Re: How to check variables for uniqueness ?
- From: Oliver Wong
- Re: How to check variables for uniqueness ?
- From: John Ersatznom
- Re: How to check variables for uniqueness ?
- From: Oliver Wong
- Re: How to check variables for uniqueness ?
- From: John Ersatznom
- Re: How to check variables for uniqueness ?
- From: Lew
- Re: How to check variables for uniqueness ?
- Prev by Date: Re: Column numbers in stack trace - enhancement request
- Next by Date: Re: systematic file(s) deletion
- Previous by thread: Re: How to check variables for uniqueness ?
- Next by thread: Re: How to check variables for uniqueness ?
- Index(es):
Relevant Pages
|