aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-06-05 10:24:11 +0000
committernyamatongwe <devnull@localhost>2006-06-05 10:24:11 +0000
commit0f2ad8c2406c8c05543ee7771a5a5cd31de3811e (patch)
tree4ade6901edcfd28fdaa276def1ddd148c5844b86
parent09d1c6709acb5d91e4ee6752e12ec5caf7492b9e (diff)
downloadscintilla-mirror-0f2ad8c2406c8c05543ee7771a5a5cd31de3811e.tar.gz
Clarify code page.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
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
<code>codePage</code> 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
<code>codePage</code> set to zero to disable DBCS support. The default is
<code>SCI_SETCODEPAGE(0)</code>.</p>