ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

Fix invalid escape on json file #90

Closed ueno closed 1 month ago

ueno commented 1 month ago

Fix the following invalid escape on rules/default/rom-kana/default.json:

/usr/share/libskk/rules/default/rom-kana/default.json:121:47: 解析エラー: unexpected character `,', expected string constant

Fixes: #89