spiegel-keyman/developer/src/kmc-kmn
Marc Durdin c6a96fc457 fix(developer): handle missing begin Unicode in KMW compiler
This probably arose with the move to kmcmplib in WASM, and as it was
never unit tested, we missed it. A simple signed vs unsigned issue.

Fixes: #14411
Test-bot: skip
2025-10-23 15:08:12 +02:00
..
config feat(developer): add api-extractor and api-documenter and config 2024-02-26 11:37:32 +07:00
src fix(developer): handle missing begin Unicode in KMW compiler 2025-10-23 15:08:12 +02:00
test fix(developer): handle missing begin Unicode in KMW compiler 2025-10-23 15:08:12 +02:00
.eslintrc.cjs change(developer): clean up developer/src/kmc-kmn linter issues 2025-04-30 09:18:45 +07:00
.gitignore chore(developer): more polish on wasm interfaces 2023-03-23 10:58:09 +07:00
build.sh maint(common): move build-utils-ci.inc.sh to ci/ci-publish.inc.sh 2025-08-05 12:54:56 +10:00
package.json maint: update mocha 2025-05-13 14:02:02 +07:00
README.md docs(developer): npm package readme files 2024-02-26 14:00:51 +07:00
tsconfig.json refactor(common): merge master into branch 2024-08-01 07:07:07 +07:00

Keyman Developer - kmc-kmn

This package compiles .kmn keyboards into .kmx binary keyboard files. It can be used from the command line with @keymanapp/kmc.

Note: this package requires WASM support.