From 0f2ad8c2406c8c05543ee7771a5a5cd31de3811e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Jun 2006 10:24:11 +0000 Subject: Clarify code page. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 4bf2bc5ce..8f73a0705 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2404,7 +2404,9 @@ struct TextToFind { Scintilla has some support for Japanese, Chinese and Korean DBCS. Use this message with codePage set to the code page number to set Scintilla to use code page information to ensure double byte characters are treated as one character rather than two. This also stops - the caret from moving between the two bytes in a double byte character. Call with + the caret from moving between the two bytes in a double byte character. + Do not use this message to choose between different single byte character sets: it doesn't do that. + Call with codePage set to zero to disable DBCS support. The default is SCI_SETCODEPAGE(0).

-- cgit v1.2.3