Merge branch 'feat/developer/9119-marker-update-spec-epic-ldml' into feat/core/9119-marker-core-epic-ldml

This commit is contained in:
Steven R. Loomis 2023-08-03 14:44:34 -05:00 committed by GitHub
commit 8a59df7fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;