Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>Does weiss == weiß ?

You need a case folding function/method to check for this.

For eg. in Perl, see the fc function - http://perldoc.perl.org/functions/fc.html

  fc("weiss") eq fc("weiß");   # true


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: