Jump to content

Recommended Posts

Posted
Posted

You still didn't answer the first question. If the download is source it should be easy enough to modify for unicode, if it's an exe in the zip file you're stuck with what the author decides to include.

Posted

Here's an easy way then. Try finding the place where it gets the input, take that input and pass it to stringsplit() like

$split_array = StringSplit($input,"")
then just do
For $i = 1 to $split_array[0] - 1
$output &= AscW($split_array[$i])
Next
and where it outputs the data simply replace the variable there with $output.

  • Moderators
Posted

I will try

It not work

If you wish to get assistance... Provide the code you have attempted make work and doesn't.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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