Jump to content

same problem - I see abracadabra


Guest Xeks_RU
 Share

Recommended Posts

Guest Xeks_RU

Hello,

Use AutoItX v3.1.0

running the simliest vb script:

'-------------begin-----------
oShell.Run "notepad.exe", 1, FALSE
oAutoIt.WinWaitActive "Untitled - Notepad", ""
oAutoIt.Send "Hello, World{ENTER}"
oAutoIt.Send "Çäðàâñòâóé, Ìèð" ' it is "Hello, World", only in Russian :-)
'-------------end-------------

After it in the second row of Notepad I see abracadabra. I guess it is the

problem of encoding.

Is it possible to fix the problem somehow?

P.S. The same problem when using Cyrillic in: StatusbarGetText, WinGetText,

WinWait

Link to comment
Share on other sites

This is a good known problem... :) Unfortunately result of function in different cases is often unpredictable. I assume that you use one of NT's, because afaik this is only NT's problem (probably cause unicode). Try to play with default keyboard layouts...

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