Jump to content

How to send Chinese to a textbox?


ch999
 Share

Recommended Posts

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 by ch999
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...