Comments
This commit is contained in:
parent
7c51e696d5
commit
f9828e2401
|
@ -1414,10 +1414,13 @@ public class StringUtils {
|
||||||
case '\u0142':
|
case '\u0142':
|
||||||
decomposed.setCharAt(i, 'l');
|
decomposed.setCharAt(i, 'l');
|
||||||
break;
|
break;
|
||||||
|
// D with stroke
|
||||||
case '\u0110':
|
case '\u0110':
|
||||||
|
// LATIN CAPITAL LETTER D WITH STROKE
|
||||||
decomposed.setCharAt(i, 'D');
|
decomposed.setCharAt(i, 'D');
|
||||||
break;
|
break;
|
||||||
case '\u0111':
|
case '\u0111':
|
||||||
|
// LATIN SMALL LETTER D WITH STROKE
|
||||||
decomposed.setCharAt(i, 'd');
|
decomposed.setCharAt(i, 'd');
|
||||||
break;
|
break;
|
||||||
// I with bar
|
// I with bar
|
||||||
|
|
Loading…
Reference in New Issue