add more separator chars

This commit is contained in:
Daniella 2022-06-29 23:26:21 +02:00
parent 757a84bfda
commit 89191975fe

View file

@ -1719,7 +1719,7 @@ public class ISBPL {
word.append('"');
isInString = true;
}
else if(c == ' ' || c == '°' || c == 'ß' || c == '§') {
else if(c == ' ' || c == '\'' || c == ':' || c == '°' || c == 'ß' || c == '§') {
String w = word.toString();
while(w.startsWith("(") && w.length() > 1)
w = w.substring(1);