spiegel-keyman/core/src/ldml
Marc Durdin 96f288a83d fix(core): properly support 'other' modifier state with uint32_t type
While the modifier state property in core's API is 16-bit, internally
ldml_processor supports the modifier flag LDML_KEYS_MOD_OTHER with a
value of `0x10000`, which requires widening the value (we match the
32-bit size of the KMX_DWORD value from KMX+).

Note: this is not yet well unit-tested.

Relates-to: #11072
Fixes: #12057
2024-08-24 12:26:52 +08:00
..
C7532_ldml_updating.md chore(core): ldml update out of techpreview 🙀 2024-03-02 22:40:39 -06:00
C9134_ldml_markers.md feat(core): match any marker 🙀 2023-10-04 18:34:20 -05:00
ldml_markers.cpp feat(core): move more normalization logic into JS 2024-05-24 10:42:57 -05:00
ldml_markers.hpp feat(core): remove ICU from core under wasm 2024-06-13 14:20:58 -05:00
ldml_processor.cpp fix(core): properly support 'other' modifier state with uint32_t type 2024-08-24 12:26:52 +08:00
ldml_processor.hpp feat(core): support normalization=disabled 🙀 2024-02-06 16:09:18 -06:00
ldml_transforms.cpp refactor(core): devolve regex to js for wasm 2024-06-05 16:53:43 -05:00
ldml_transforms.hpp refactor(core): devolve regex to js for wasm 2024-06-05 16:53:43 -05:00
ldml_vkeys.cpp fix(core): properly support 'other' modifier state with uint32_t type 2024-08-24 12:26:52 +08:00
ldml_vkeys.hpp fix(core): properly support 'other' modifier state with uint32_t type 2024-08-24 12:26:52 +08:00