-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bug Report #42
Comments
Good, I'll check it out. |
Ah, you meant PIEUP in trouble '1'. |
It changes automata comment to more readable. It fixes am_push by fixng row index selecting code.
Can you push your test cases into 'test' branch in this repo? @catensia |
If you are using VS Code, setting .vscode/launch.json as below would help libhanjp debug.
|
It fixes am_push by adding missing conditions into Choseong/Jungseong eatting step.
Closing with above |
Sorry for the late response. I went through the fixes, and it seems to be working well. |
I found some bugs while working around with the current version of libhanjp
1. Letters containing the jamo PHIEUPH are unable to be converted into Japanese.
I wrote a simple test code with reference to test_input_context_convert.cpp
which gave me the following failure
Initially, I thought this problem was due to a mistake in declaration since other jamos are working fine.
I checked the basic declaration files such as hanjpunicode.h and keyboard.xml but there didn't seem to be any errors there.
2. The conversion from 'wa' (와) to ’わ’ fails to convert under some cases
with the following failure
3. Pressing shift
Pressing shift to insert double consonants, such as ㅃ
Expected behavior
no input on screen
Current behavior
shows £ sign (for left shift) or ¬ (for right shift)
4. Newline
Pressing enter to insert newline
Expected behavior
no input on screen. go to next line
Current behavior
shows only '-' sign.
Pressing shift+enter works, but always with an unnecessary £(from #3)
I read the new issue onting/ibus-hanjp/#52 regarding the engine bug, but am still unsure how this bug is related to the bugs mentioned above.
The text was updated successfully, but these errors were encountered: