lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Hi,
>   Does this bundle support UTF-8 by default?

No, it is ASCII by default and probably not a good default (I'll change this).

To go Unicode (if your font supports it), change the following in
SciTEGlobal.properties:

     code.page=65001

For more info lookup code.page and character.set in the scite doc:
http://www.scintilla.org/SciTEDoc.html