chenxu Posted August 10, 2007 Posted August 10, 2007 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
chenxu Posted August 10, 2007 Author Posted August 10, 2007 (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 August 10, 2007 by chenxu
Gif Posted August 10, 2007 Posted August 10, 2007 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()
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