SimTheNo1 Posted August 15, 2017 Share Posted August 15, 2017 I encountered today that the euro symbol when running .au3 file in SciTE4AutoIt3 is represented as x80. Here is small example: Anyone any idea what it is and why it happens? Oh and while asking this euro question I have also another. Here is photo of my laptop keyboard: and 6th button of second row from above have %, 5 and € symbol but somehow I miss 1 or another tiny detail and still haven't figure out what keys combination triggers the € symbol. So what is the secret? Thanks... Link to comment Share on other sites More sharing options...
Jury Posted August 15, 2017 Share Posted August 15, 2017 (edited) \x80 is the hex for € in normal encoding (i.e. Windows 1252: Western European, Windows 1250: Central European etc.) Try holding down Ctrl and Alt keys then pressing the one with the € symbol. Edited August 15, 2017 by Jury Link to comment Share on other sites More sharing options...
jchd Posted August 15, 2017 Share Posted August 15, 2017 Yes, Ctrl and Alt or AltGr just at the right of the space bar. 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...
SimTheNo1 Posted August 15, 2017 Author Share Posted August 15, 2017 Thanks for reply, my first question I just realized has maybe to do with next Scite setting: output.code.page=65001 So was initial value though after changing it to output.code.page=0 brings euro symbol back into life. So that issue is resolved. Now I am curious what result will Ctrl + Alt + 5/%/€ produce. €€€€€€€€€€€ Yes, finally!!! This little convenience I was trying to resolve many years already and have in meantime found various alternative solutions like stupid simple copy/paste way to more intelligent methods as Alt + 0128 which requires additional numbers pad usually found on the right side of the keyboard. Anyway Ctrl + Alt + 5 results as € !!! By the way I see that the sign on English and Dutch keyboard layout get produced but not on Ukrainian and Russian layouts. 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