diff options
| author | nyamatongwe <devnull@localhost> | 2000-06-12 13:03:01 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-06-12 13:03:01 +0000 |
| commit | 4d8293ac5b2ed5cb728574030cff9868de2c787d (patch) | |
| tree | 449e0b2ace55f975bb925725fd10b668f00018d6 /include/Scintilla.iface | |
| parent | 3c59af05f71f13b0048a9eede2a3ce1448972e42 (diff) | |
| download | scintilla-mirror-4d8293ac5b2ed5cb728574030cff9868de2c787d.tar.gz | |
Brought documentation up to date.
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. |
