Jump to content

Problem with Bulgarian phonetic at Windows 10 [solved]


Kostadin
 Share

Recommended Posts

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?

phonetic.png

Edited by Kostadin
Link to comment
Share on other sites

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

  • Developers

Just check the File Encoding under menu option File/Encoding to see whether that is correct.

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

  • Developers

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

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

  • Jos changed the title to Problem with Bulgarian phonetic at Windows 10 [solved]

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

  • 1 year later...
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

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