MOD:优化乱码查询-2
This commit is contained in:
@@ -60,7 +60,12 @@ public class StringUtils {
|
||||
s.contains("ï")) {
|
||||
s = new String(s.getBytes(StandardCharsets.ISO_8859_1), StandardCharsets.UTF_8);
|
||||
}
|
||||
s = s.replace('/', ' ')
|
||||
s = s
|
||||
.replace('(', ' ')
|
||||
.replace(')', ' ')
|
||||
.replace('(', ' ')
|
||||
.replace(')', ' ')
|
||||
.replace('/', ' ')
|
||||
.replace('[', ' ')
|
||||
.replace(']', ' ')
|
||||
.trim();
|
||||
|
||||
Reference in New Issue
Block a user