aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-03-13 08:57:36 +1100
committerNeil <nyamatongwe@gmail.com>2025-03-13 08:57:36 +1100
commitb8dbcd85c2b92250b8904b3e13c847d387d6c617 (patch)
tree59536bff9e82045efcef1a5b786014ba6535d44e /doc
parentf73a19c810ff40d004f4c0e154de98bf4a52c010 (diff)
downloadscintilla-mirror-b8dbcd85c2b92250b8904b3e13c847d387d6c617.tar.gz
Add values to character set table and style name (column 1) like other tables.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html71
1 files changed, 47 insertions, 24 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index e36c2059d..303205b31 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -130,7 +130,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 12 February 2025 NH</p>
+ <p>Last edited 13 March 2025 NH</p>
<p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new
<a href="Lexilla.html">Lexilla</a> project.<br />
@@ -3583,117 +3583,140 @@ struct Sci_TextToFindFull {
<table class="standard" summary="Character Sets supported"><tbody>
<tr>
<th>Character Set</th>
+ <th>Value</th>
<th>Windows</th>
<th>GTK</th>
<th>Cocoa</th></tr></tbody>
<tbody>
- <tr>
- <td><code>SC_CHARSET_ANSI</code></td>
+ <tr class="section">
+ <th align="left"><code>SC_CHARSET_ANSI</code></th>
+ <td>0</td>
<td>&check;</td>
<td>&check;</td>
<td>&check; (8859-1)</td></tr>
<tr>
- <td><code>SC_CHARSET_ARABIC</code></td>
+ <th align="left"><code>SC_CHARSET_ARABIC</code></th>
+ <td>178</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_BALTIC</code></td>
+ <th align="left"><code>SC_CHARSET_BALTIC</code></th>
+ <td>186</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_CHINESEBIG5</code></td>
+ <th align="left"><code>SC_CHARSET_CHINESEBIG5</code></th>
+ <td>136</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_DEFAULT</code></td>
+ <th align="left"><code>SC_CHARSET_DEFAULT</code></th>
+ <td>1</td>
<td>&check;</td>
<td>&check; (8859-1)</td>
<td>&check; (8859-1)</td></tr>
<tr>
- <td><code>SC_CHARSET_EASTEUROPE</code></td>
+ <th align="left"><code>SC_CHARSET_EASTEUROPE</code></th>
+ <td>238</td>
<td>&check;</td>
<td>&check;</td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_GB2312</code></td>
+ <th align="left"><code>SC_CHARSET_GB2312</code></th>
+ <td>134</td>
<td>&check;</td>
<td>&check;</td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_GREEK</code></td>
+ <th align="left"><code>SC_CHARSET_GREEK</code></td>
+ <td>161</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_HANGUL</code></td>
+ <th align="left"><code>SC_CHARSET_HANGUL</code></th>
+ <td>129</td>
<td>&check;</td>
<td>&check;</td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_HEBREW</code></td>
+ <th align="left"><code>SC_CHARSET_HEBREW</code></th>
+ <td>177</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_JOHAB</code></td>
+ <th align="left"><code>SC_CHARSET_JOHAB</code></th>
+ <td>130</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_MAC</code></td>
+ <th align="left"><code>SC_CHARSET_MAC</code></th>
+ <td>77</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_OEM</code></td>
+ <th align="left"><code>SC_CHARSET_OEM</code></th>
+ <td>255</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_RUSSIAN</code></td>
+ <th align="left"><code>SC_CHARSET_RUSSIAN</code></th>
+ <td>204</td>
<td>&check; (cp1251)</td>
<td>&check; (koi8-r)</td>
<td>&check; (cp1251)</td></tr>
<tr>
- <td><code>SC_CHARSET_SHIFTJIS</code></td>
+ <th align="left"><code>SC_CHARSET_SHIFTJIS</code></th>
+ <td>128</td>
<td>&check;</td>
<td>&check;</td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_SYMBOL</code></td>
+ <th align="left"><code>SC_CHARSET_SYMBOL</code></th>
+ <td>2</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_THAI</code></td>
+ <th align="left"><code>SC_CHARSET_THAI</code></th>
+ <td>222</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_TURKISH</code></td>
+ <th align="left"><code>SC_CHARSET_TURKISH</code></th>
+ <td>162</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_VIETNAMESE</code></td>
+ <th align="left"><code>SC_CHARSET_VIETNAMESE</code></th>
+ <td>163</td>
<td>&check;</td>
<td></td>
<td>&check;</td></tr>
<tr>
- <td><code>SC_CHARSET_OEM866</code></td>
+ <th align="left"><code>SC_CHARSET_OEM866</code></th>
+ <td>866</td>
<td></td>
<td>&check; (cp866)</td>
<td></td></tr>
<tr>
- <td><code>SC_CHARSET_CYRILLIC</code></td>
+ <th align="left"><code>SC_CHARSET_CYRILLIC</code></th>
+ <td>1251</td>
<td></td>
<td>&check; (cp1251)</td>
<td>&check; (cp1251)</td></tr>
<tr>
- <td><code>SC_CHARSET_8859_15</code></td>
+ <th align="left"><code>SC_CHARSET_8859_15</code></th>
+ <td>1000</td>
<td></td>
<td>&check;</td>
<td>&check;</td></tr>