Jump to content

Unicode


Recommended Posts

Sending characters through Clipboard is not a professional way. I was searching for a more efficient way for sending UNICODE characters to target UNICODE enabled application.

I am seening that no one is really answering this question This means that AutoIt does not support UNICODE characters or this topic is very complicated and nobody wants to touch it or discuss it.

Link to comment
Share on other sites

How about using the Asc() function to create your strings of unicode characters, and then combine them in your script to get the words that you want. I've used a similar method to get a unicode CR + LF combination by doing this:

$unicode_CRLF = Asc(00) & Asc(13) & Asc(00) & Asc(10)

[font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.

Link to comment
Share on other sites

  • 6 months later...

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...