aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-10-05 12:52:58 +0000
committernyamatongwe <unknown>2004-10-05 12:52:58 +0000
commita627bdc687fbf7693358f115a6e77bffe3948549 (patch)
treedcca9b3e440674bc070840969d1a987b13465fc8
parent42f56cb42cd34d252b356d646525d9611117f460 (diff)
downloadscintilla-mirror-a627bdc687fbf7693358f115a6e77bffe3948549.tar.gz
Code page information.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 7323caa9d..a6989ffd2 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2319,6 +2319,10 @@ struct TextToFind {
horizontal space, such as Thai, will mostly work but there are some issues where the characters
are drawn separately leading to visual glitches. Bi-directional text is not supported.</p>
+ <p>On Windows, code page can be set to 932 (Japanese Shift-JIS), 936 (Simplified Chinese GBK),
+ 949 (Korean), and 950 (Traditional Chinese Big5) although these may require installation of language
+ specific support.</p>
+
<p>On GTK+, code page <code>SC_CP_DBCS</code> (1) sets Scintilla into
multi byte character mode as is required for Japanese language processing with
the EUC encoding.</p>