Jump to content

Help me insert Unicode in this program please.


zxzxzx
 Share

Recommended Posts

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Moderators

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.

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