Jump to content

Problem when using Cyrillic


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

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