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
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