ch999 Posted November 2, 2006 Posted November 2, 2006 (edited) I found that the "send" command of AutoIt can't handle Unicode well. Althrough it revealed that " Send("{ASC 2709}") " can send a Chinese character in AutoIt help file, but acturelly it just send a combinded key only. If you want to send the foreing lang (like Chinese, Japanese, Hebrew...) string (not combinded key) to an InputBox, you may can consider the folowing ways : 1. Use " Run() " to call external function to process this section. 2. Replace the target string in souce file to right position of your excutable script (like cmd, bat, vbs...), and Run(this script). 3. Just use others instead of AutoIt Finally, I would special thanks to Fossil Rock, the racilism buffoon, without his help the silly Chinese may still like a fool. Edited November 10, 2006 by ch999
Fossil Rock Posted November 2, 2006 Posted November 2, 2006 uh .... ummm hey Chinese.... go to the textbox.... silly Chinese .... Agreement is not necessary - thinking for one's self is!
NELyon Posted November 2, 2006 Posted November 2, 2006 I'm having the same problem with japanese characters. Silly japanese
z999 Posted November 3, 2006 Posted November 3, 2006 same problem with hebrew. (this time in a send() function)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now