Chaym Posted September 16, 2019 Share Posted September 16, 2019 I updated SciTe4AutoIt3 to last version 2-1-2019 (191.102.1091.0) I've noticed that some au3 files that included strings in Hebrew (right to left writing) are not shown in Hebrew but some strange characters. I reinstalled the previous version (2016) and the Hebrew string returned...Is there any isuuse with the last version? Link to comment Share on other sites More sharing options...
Developers Jos Posted September 16, 2019 Developers Share Posted September 16, 2019 5 hours ago, Chaym said: .Is there any isuuse with the last version? I don't know and you're the first one to report this. The previous version is probably your previous, so what is the he version of SciTE4Autoit3? Are you using the lite version that could mes with the autoit3 installer? Any example file you can share? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
TheDcoder Posted September 16, 2019 Share Posted September 16, 2019 It is also worth taking a look if SciTE has set the encoding to something other than UTF-8, if yes, then try changing to UTF-8 and it will most likely resolve the issues with the Hebrew characters. The encoding option is present in one of the submenus in SciTE, maybe @Jos could point out the right location as I do not have access to SciTE currently EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Developers Jos Posted September 16, 2019 Developers Share Posted September 16, 2019 The default for file encoding is utf8 without bom unless there is a "special" ascii character in the file or a BOM present. manual settings can be done under File/Encoding. Jos TheDcoder 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
jchd Posted September 16, 2019 Share Posted September 16, 2019 Run this (Google translated): MsgBox(0, "שלום לכולם!", "אני מקווה שקראת את ההודעה שלי.") This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Chaym Posted September 24, 2019 Author Share Posted September 24, 2019 I can show you the difference - on left side is SciTe Version 4.1.2. on rught side is SciTe Version 3.6.6 - You can see the Hebrew fonts Link to comment Share on other sites More sharing options...
jchd Posted September 24, 2019 Share Posted September 24, 2019 Your source file(s) must be encoded in some local ANSI. Convert them to UTF8. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Chaym Posted September 25, 2019 Author Share Posted September 25, 2019 Thank you jchd very much, saving as UTF8 solved the problem. Link to comment Share on other sites More sharing options...
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