Jump to content

SCiTe4AutoIt3 19.102.1091.0


Chaym
 Share

Recommended Posts

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

  • Developers
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

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

  • Developers

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  

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

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 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

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 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

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...