mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
Merge branch 'feat/developer/9119-marker-update-spec-epic-ldml' into feat/core/9119-marker-core-epic-ldml
This commit is contained in:
commit
8a59df7fe3
1 changed files with 2 additions and 2 deletions
|
|
@ -615,9 +615,9 @@ class Constants {
|
|||
}
|
||||
|
||||
// ---- marker stuff ----
|
||||
/** == UC_SENTINEL, first item of a */
|
||||
/** == kmx_file.UC_SENTINEL, always followed by `marker_code`, marker index 0x0001-0xfffe */
|
||||
readonly marker_sentinel = 0xFFFF;
|
||||
/** == CODE_DEADKEY */
|
||||
/** == kmx_file.CODE_DEADKEY */
|
||||
readonly marker_code_deadkey = 0x0008;
|
||||
/** minimum usable marker index */
|
||||
readonly marker_min_index = 0x0001;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue