boy15 Posted Tuesday at 08:00 AM Posted Tuesday at 08:00 AM HI I had some scripts ago. now i open that and find texts in message box as unkown symbols.
Moderators Melba23 Posted Tuesday at 09:12 AM Moderators Posted Tuesday at 09:12 AM 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 boy15 1 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Trong Posted 17 minutes ago Posted 17 minutes ago 27 minutes ago, boy15 said: big problem.au3 201 B · 1 download 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now