Dear all,
I am manipulating german text in jQuery.
- Maßnahme
- Text
Now I need to Check these text in my switch case
switch(compare){
             case 'Text':
                         alert("Text");break;    
             case 'Maßnahme': 
                         alert("Welcome");break; 
            default:;
           }
Is there equvalent Unicode to check the german text?