Jump to content

Euro symbol in SciTE4AutoIt3 displayed as x80


Recommended Posts

I encountered today that the euro symbol when running .au3 file in SciTE4AutoIt3  is represented as x80.

Here is small example:

euro symbol in Scite4Autoit.jpg

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:

how to trigger euro symbol on this keyboard.jpg

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

\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 by Jury
Link to comment
Share on other sites

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 here
RegExp tutorial: enough to get started
PCRE 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

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

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
 Share

  • Recently Browsing   0 members

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