Skip to content

Commit

Permalink
some more chars...
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Feb 5, 2021
1 parent 0da3d5c commit 114c955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/funz/util/Disk.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ protected static boolean isStringChar(char ch) {
if (Character.isLetterOrDigit(ch)) {
return true;
}
if (Character.isSpaceChar(ch)) {
return true;
}
switch (ch) {
case ' ':
case '/':
Expand Down

0 comments on commit 114c955

Please sign in to comment.