diff options
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f1c24b1bf..8aac3fdc8 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -164,6 +164,7 @@ set void SetTabWidth=2036(int tabWidth,) # Retrieve the visible size of a tab. get int GetTabWidth=2121(,) +# The SC_CP_UTF8 value can be used to enter Unicode mode. val SC_CP_UTF8=65001 # Set the code page used to interpret the bytes of the document as characters. |