keyman icon indicating copy to clipboard operation
keyman copied to clipboard

fix(common/web): improve null handling and initialisation of KvkFileWriter

Open markcsinclair opened this issue 1 year ago • 1 comments

Improve null handling of associatedKeyboard, key ansiFont.name and unicodeFont.name in KvkFileWriter, plus incorrect initialisation of BUILDER_KVK_STRING, which should be { len: 1, str: '' } not { len: 0, str: '' }.

Test cases included to cover the three null strings.

Fixes: #12809

@keymanapp-test-bot skip

markcsinclair avatar Dec 09 '24 11:12 markcsinclair