From c441bdfefcc4eae12a99f2874d2c5a4d6603e77c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 18 Apr 2005 07:11:17 +0000 Subject: Make code work as documented by treating -1 as special length for encoding as UTF-8 rather than 0. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 63b626bf5..2dd86eec2 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1606,7 +1606,7 @@ fun void Allocate=2446(int bytes,) fun int TargetAsUTF8=2447(, stringresult s) # Set the length of the utf8 argument for calling EncodedFromUTF8. -# Set to 0 and the string will be measured to the first nul. +# Set to -1 and the string will be measured to the first nul. fun void SetLengthForEncode=2448(int bytes,) # Translates a UTF8 string into the document encoding. -- cgit v1.2.3