1
0
Fork 0

moved the underscore to 0-key

This commit is contained in:
Dimo Karaivanov 2023-02-14 11:43:42 +02:00
parent 7fe043c846
commit 9337a175a7

View file

@ -8,11 +8,11 @@ import java.util.Arrays;
public class Punctuation {
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
",", ".", "-", "_", "(", ")", "[", "]", "&", "~", "`", "'", ";", ":", "\"", "!", "?"
",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "'", ";", ":", "\"", "!", "?"
));
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(
" ", "\n", "@", "%", "#", "$", "{", "}", "^", "<", ">", "\\", "/", "=", "*", "+"
" ", "\n", "@", "_", "#", "%", "$", "{", "}", "^", "<", ">", "\\", "/", "=", "*", "+"
));
final private static ArrayList<String> TextEmoticons = new ArrayList<>(Arrays.asList(