Code lurking in every BMW..

    if (gps.atDestination() && !
destination.toLowerCase().equals(gps.getLocation().toLowerCase())) {
        this.getPetrolTank().explode();
    }


On Aug 5, 3:53 pm, B Smith-Mannschott <[email protected]> wrote:
> great post Reinier! :)
>
> And to further confuse matters:
>
> - lowercase("STRASSE") -> "strasse" is correct in german-speaking
> Switzerland, where they don't use ß.
>
> - there have actually been attempts at an upper-case ß, which is
> probably how it got into unicode.
>  http://de.wikipedia.org/wiki/Großes_ß
>  http://en.wikipedia.org/wiki/Capital_ß
>   It never really caught on though.
>
> // Ben

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to