Chinese garbled
Added by yu zhao over 9 years ago
This IRC client is very cool.but,input chinese garbled,And input method can only enter one letter.
How to set?
QQ截图20130625170230.png (2.27 KB) QQ截图20130625170230.png |
Replies (15)
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
Hi,
Is it this you are talking about ? http://msdn.microsoft.com/en-us/library/system.windows.forms.imemode.aspx
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
Also could you try if this one works? https://dl.dropboxusercontent.com/u/18303/AdiIRC.exe
Thanks :)
RE: Chinese garbled - Added by yu zhao over 9 years ago
Hi,
18303/AdiIRC.exe
This client solve the garbage problem , but it did not solve the input method can only enter a letter , if you enter two letters, word choice box will disappear.
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
Hm, can you show me a screenshot of this word choice box or a link to how I can get it?
Sorry if I misunderstands, but I don't know much about IME, want to learn :)
RE: Chinese garbled - Added by yu zhao over 9 years ago
This is input method app:http://dl.client.baidu.com/download.php?source=/ime/BaiduPinyinSetup.exe
System comes with an input method, and the IME link above will not work
RE: Chinese garbled - Added by yu zhao over 9 years ago
textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
Can you compile with this program option
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
this.LanguageOption = RichTextBoxLanguageOptions.DualFont;
this.ImeMode = ImeMode.On;
The one I linked you had this enabled.
I'm thinking maybe its because I resize the inputbox to fix the text (multiline support) that's causing it.
RE: Chinese garbled - Added by yu zhao over 9 years ago
Test this option
this.ImeMode = ImeMode.HangulFull;
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
https://dl.dropboxusercontent.com/u/18303/AdiIRC.exe
Just compiled with ImeMode.HangulFull
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
Here is the reason why it doesn't work.
I need to rethink my resize.
RE: Chinese garbled - Added by yu zhao over 9 years ago
garbled?
QQ截图20130626144406.png (1.16 KB) QQ截图20130626144406.png |
RE: Chinese garbled - Added by Per Amundsen over 9 years ago
Hi again,
If you are still around, I think I have fixed the IME issue, could you try http://www.adiirc.com/AdiIRC.exe and check ?
Thanks :)
RE: Chinese garbled - Added by yu zhao over 9 years ago
I just try it,it running ok,don't found IME bug