add more separator chars
This commit is contained in:
parent
757a84bfda
commit
89191975fe
1 changed files with 1 additions and 1 deletions
|
@ -1719,7 +1719,7 @@ public class ISBPL {
|
||||||
word.append('"');
|
word.append('"');
|
||||||
isInString = true;
|
isInString = true;
|
||||||
}
|
}
|
||||||
else if(c == ' ' || c == '°' || c == 'ß' || c == '§') {
|
else if(c == ' ' || c == '\'' || c == ':' || c == '°' || c == 'ß' || c == '§') {
|
||||||
String w = word.toString();
|
String w = word.toString();
|
||||||
while(w.startsWith("(") && w.length() > 1)
|
while(w.startsWith("(") && w.length() > 1)
|
||||||
w = w.substring(1);
|
w = w.substring(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue