-
Notifications
You must be signed in to change notification settings - Fork 52
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
Failed on 2 or more spaces between the bopomofo of word #204
Comments
I knew it works when adding a new word with master. |
@yachiyang01, Please check the debugging messages generated by |
@yachiyang01 , you should attach text messages as possible as you can since developers would like to figure out by searching certain words. |
@jserv Okay. I was modifying "天將降大任於" to "天將降大任於斯人也" and add "ㄙ ㄖㄣˊ ㄧㄝˇ" in the bopomofo. |
Good! Let's clarify the subject to be more precise. If key stroke sequence contains space which means vocal intensity in Bopomofo, |
I think the conclusion @jserv made is right. It happens not only modifying a phrase but also adding a new phrase.I try to add the new phrase "哈囉" and the bopomofo is "ㄏㄚ ㄌㄨㄛ" (one space between "ㄏㄚ" and "ㄌㄨㄛ").It's fine. I will trace the code and do my best to revise it! |
@jserv @yachiyang01 Since the reason is declared now, I'm going to change the subject to "Failed on 2 or more spaces between the bopomofo of word" (Original "Cannot edit the word which is more than 6 characters longer") |
Replace all duplicated spaces (included tabs) into single space. Move `testBopomofo` method from UserphraseModel into BopomofoUtil for testing.
Replace all duplicated spaces (included tabs) into single space. Move `testBopomofo` method from UserphraseModel into BopomofoUtil for testing.
Fixed chewing#204. Move `testBopomofo` method from UserphraseModel into BopomofoUtil for testing.
when I type "天將降大人於斯人也", this word will be cut into 3 words.(including "天將降大任於" & "斯人" & "也")
and I though I can edit "天將降大任於" and make it to be "天將降大人於斯人也".
However,it doesn't work. The word's still "天將降大任於" .
p.s. there is a space between each word's bopomofo during editing the word. issue98
Cannot edit the word which is more than 6 characters longer
The text was updated successfully, but these errors were encountered: