Scite is one of the best text editors out there - functional, fast and lightweight! If you write a lot of text that is not in english (read: UTF-8) it becomes pretty annoying as every time you open Scite.exe it defaults to 8-bit character set. To write or see the opened document with UTF8 characters you have to click File > Encoding > UTF-8. While there is no graphical interface for options, you can still change the default encoding manually. Here is how:

  • Open Scite, click Options > Open global options file
  • search for “#code.page=65001″ (mine is at line 218) and uncomment it (remove # symbol)
  • comment out “code.page=0″ (add # symbol)
  • save the global ooptions file and restart Scite.exe

Now every time you open scite or a document in it, the default encoding will be “Code page property” or UTF-8 in most cases. If it doesn`t work, there area few other lines that you can uncomment right under the mentioned ones.
Hope this helps!

3 Responses to “Scite default encoding to UTF-8”

  1. Didn’t work with me. Any suggestions?

    April 10th, 2008 | 06:36
  2. hmm, just try to play with the variables, please mind that you need to restart the program everytime you change the settings! It also didnt work for me on first time on another pc..

    April 12th, 2008 | 09:04
  3. Thanks, it works now. I don’t know why though.

    April 15th, 2008 | 09:36

Leave a Reply