From 4d8293ac5b2ed5cb728574030cff9868de2c787d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 12 Jun 2000 13:03:01 +0000 Subject: Brought documentation up to date. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3