Kostadin Posted December 28, 2018 Share Posted December 28, 2018 (edited) Hi, for a few days I have a new computer that only works with Windows 10. The problem is that the old scripts I wrote and contain Cyrillic are unreadable. And if I try to write the cyrilic instinct, only "?" signs. What is the problem and how can it be solved? Edited December 28, 2018 by Kostadin Link to comment Share on other sites More sharing options...
Earthshine Posted December 28, 2018 Share Posted December 28, 2018 Maybe you need those fonts installed My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Kostadin Posted December 28, 2018 Author Share Posted December 28, 2018 10 minutes ago, Earthshine said: Maybe you need those fonts installed as the second language of windows I have set Bulgarian phonetics (the default of windows 10) and it is as shown in the picture. Apparently there is a discrepancy between him and Autoit, because everywhere else goes out normally. Only the program editor does not work. Link to comment Share on other sites More sharing options...
Developers Jos Posted December 28, 2018 Developers Share Posted December 28, 2018 Just check the File Encoding under menu option File/Encoding to see whether that is correct. Jos Kostadin and Earthshine 2 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...
Kostadin Posted December 28, 2018 Author Share Posted December 28, 2018 Thank you, Jos I tried all the options there, but it does not work still Link to comment Share on other sites More sharing options...
Developers Jos Posted December 28, 2018 Developers Share Posted December 28, 2018 Can you attach the file to a post of PM to me so I can have a look? 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...
Developers Jos Posted December 29, 2018 Developers Share Posted December 29, 2018 Just to share the solution for all to find: It was a matter of adding the correct regional code.page and character.set settings to SciteUser.properties: code.page=0 character.set=204 Jos FrancescoDiMuro, Velislav and Kostadin 3 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 December 31, 2018 Share Posted December 31, 2018 BTW, sources would be fine and portable if all was set 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...
Velislav Posted March 19, 2020 Share Posted March 19, 2020 On 12/29/2018 at 10:32 AM, Jos said: Just to share the solution for all to find: It was a matter of adding the correct regional code.page and character.set settings to SciteUser.properties: code.page=0 character.set=204 Jos Thanks, Man! That one really worked well for me! 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