We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
打 第 123 號, 僅得 第 號, 否則必先切換英文,才能打半型數字。
第 123 號
第 號
Originally posted by @jidanni in #585 (comment)
Test case:
ChewingContext *ctx; ctx = chewing_new(); start_testcase(ctx, fd); chewing_set_KBType(ctx, KB_HANYU_PINYIN); type_keystroke_by_string(ctx, "pin yin 123 mo2shi4"); ok_preedit_buffer(ctx, "拼音 123 模式"); chewing_clean_preedit_buf(ctx); chewing_delete(ctx);
The text was updated successfully, but these errors were encountered:
@jidanni can you try this fixed version?
Pre-built binary:
curl -O https://people.debian.org/~koster/libchewing3_0.8.4-3~3.gbp6aaa9d_amd64.deb sudo dpkg -i libchewing3_0.8.4-3~3.gbp6aaa9d_amd64.deb
Sorry, something went wrong.
OK, now it works.
No branches or pull requests
打
第 123 號
,僅得
第 號
, 否則必先切換英文,才能打半型數字。Originally posted by @jidanni in #585 (comment)
Test case:
The text was updated successfully, but these errors were encountered: