diff options
author | nyamatongwe <unknown> | 2000-06-12 13:03:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-12 13:03:01 +0000 |
commit | 14f503f5f4c7430fd1073f4e1b9f14f0b2e8548f (patch) | |
tree | 449e0b2ace55f975bb925725fd10b668f00018d6 /include | |
parent | 7fba03dd5faa14d21ae826cc9b5d34523f1bd6de (diff) | |
download | scintilla-mirror-14f503f5f4c7430fd1073f4e1b9f14f0b2e8548f.tar.gz |
Brought documentation up to date.
Diffstat (limited to 'include')
-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. |