Jump to content

Recommended Posts

Posted

I firstly heard AutoIt yesterday, and the help file teach me a lot. But I still can not solve this problem. when I use the send command to send some message in Chinese to notepad, I just get some mess-up unreadable word in the notepad text area. Any advice?

thanks

Posted (edited)

I learnt to send a Unicode by the command:

send("{asc 0xA1B3}")

It seems that this will help.

But what if I get some Chinese character from the clipboard, and I do not kown what they are untill I paste them out. In this situation, what should I do to show what I've got from the clipboard?

Edited by chenxu
Posted

I learnt to send a Unicode by the command:

send("{asc 0xA1B3}")

It seems that this will help.

But what if I get some Chinese character from the clipboard, and I do not kown what they are untill I paste them out. In this situation, what should I do to show what I've got from the clipboard?

look at ClipGet()

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
×
×
  • Create New...