RED-5562 more symbols
This commit is contained in:
parent
a8113ba7f5
commit
ba17fa77b4
@ -23,10 +23,4 @@ public class SeparatorUtils {
|
|||||||
return intValue >= 12288 && intValue <= 12336 || japaneseAltPunctuationMarks.contains(intValue);
|
return intValue >= 12288 && intValue <= 12336 || japaneseAltPunctuationMarks.contains(intValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String args[]){
|
|
||||||
String aaa =": :";
|
|
||||||
for(Character c : aaa.toCharArray()){
|
|
||||||
System.out.println((int)c);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user