aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-06-05 10:24:11 +0000
committernyamatongwe <unknown>2006-06-05 10:24:11 +0000
commita06455a982a5319a6af8976054481a3f71131b1d (patch)
tree4ade6901edcfd28fdaa276def1ddd148c5844b86
parent1fe693d3159b457e968e086ef9b5ca5c12d968cb (diff)
downloadscintilla-mirror-a06455a982a5319a6af8976054481a3f71131b1d.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>