Jump to content

Recommended Posts

  • Moderators
Posted

boy15,

Welcome to the AutoIt forums.

But I am afrid that we need some more information before we can even begin to help. Can you please post a small example script which exhibits this behaviour and also let us know what languages are being corrupted. Then perhaps we can make some sensible suggestions.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted
27 minutes ago, boy15 said:

You should save the script in UTF-8 with BOM encoding, which is safer and more compatible than ISO-8859-5 when the script contains Cyrillic characters.
Otherwise, those characters might appear as “????” in Notepad or any editor that doesn’t support UTF-8 by default.

If you’ve already opened the file and the characters appear garbled or replaced, do not save it — closing the editor immediately is the only way to prevent irreversible data corruption.
Reopen it with a proper Unicode-compatible editor such as SciTE or  Notepad++, and the text should display correctly.

Think of it as giving your script a universal translator — it’ll speak Cyrillic anywhere without turning into hieroglyphs or "?" . 😄

Enjoy my work? Buy me a 🍻 or tip via ❤️ PayPal

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...