diff options
| author | nyamatongwe <devnull@localhost> | 2004-10-05 12:52:58 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-10-05 12:52:58 +0000 |
| commit | f1a9d8bed5df1481f9bbb2d41318f616cfe8b487 (patch) | |
| tree | dcca9b3e440674bc070840969d1a987b13465fc8 | |
| parent | 2777bbded86a96d6a82bd2dae905cd43c4cc83b3 (diff) | |
| download | scintilla-mirror-f1a9d8bed5df1481f9bbb2d41318f616cfe8b487.tar.gz | |
Code page information.
| -rw-r--r-- | doc/ScintillaDoc.html | 4 |
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> |
