This commit is contained in:
Gary Gregory 2024-05-14 11:22:39 -04:00
parent 7c51e696d5
commit f9828e2401
1 changed files with 3 additions and 0 deletions

View File

@ -1414,10 +1414,13 @@ public class StringUtils {
case '\u0142':
decomposed.setCharAt(i, 'l');
break;
// D with stroke
case '\u0110':
// LATIN CAPITAL LETTER D WITH STROKE
decomposed.setCharAt(i, 'D');
break;
case '\u0111':
// LATIN SMALL LETTER D WITH STROKE
decomposed.setCharAt(i, 'd');
break;
// I with bar