mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-06 23:00:15 +00:00
move zwj and zwnj codes from Constants to KeyCode
and support florisboard name half_space for zwnj
This commit is contained in:
parent
cd44d2dc9f
commit
e289e7ef5f
5 changed files with 9 additions and 7 deletions
|
@ -191,8 +191,6 @@ public final class Constants {
|
|||
|
||||
public static final String REGEXP_PERIOD = "\\.";
|
||||
public static final String STRING_SPACE = " ";
|
||||
public static final int CODE_ZWNJ = '\u200C';
|
||||
public static final int CODE_ZWJ = '\u200D';
|
||||
|
||||
public static boolean isLetterCode(final int code) {
|
||||
return code >= CODE_SPACE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue