Skip to content
New issue

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

拼音模式應直接輸出非拼音符號 #592

Closed
kanru opened this issue Jul 6, 2024 · 2 comments
Closed

拼音模式應直接輸出非拼音符號 #592

kanru opened this issue Jul 6, 2024 · 2 comments
Milestone

Comments

@kanru
Copy link
Member

kanru commented Jul 6, 2024

第 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);
@kanru
Copy link
Member Author

kanru commented Jul 6, 2024

@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

@jidanni
Copy link

jidanni commented Jul 11, 2024

OK, now it works.

@kanru kanru closed this as completed Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants