<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/DBCS.cxx, branch rel-5-6-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Allow Euro in code page 936 for byte 0x80.</title>
<updated>2026-01-19T04:23:12+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2026-01-19T04:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed97cb6060c786a4ddc0567250911f7093244d55'/>
<id>ed97cb6060c786a4ddc0567250911f7093244d55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1564]. Use vector to store FoldMaps as map is not</title>
<updated>2025-12-04T02:17:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-04T02:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3370ea39fa730ec22e4a2f5496729543c96cc98b'/>
<id>3370ea39fa730ec22e4a2f5496729543c96cc98b</id>
<content type='text'>
nothrow default constructable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nothrow default constructable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1564]. Remove DBCSSetFoldMap as never called.</title>
<updated>2025-12-04T00:18:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-12-04T00:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f9129b86903d5f0756217fa719d7f1d894acebf'/>
<id>2f9129b86903d5f0756217fa719d7f1d894acebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence 'magic' number clang-tidy warning where there is intense use of literal</title>
<updated>2025-04-02T23:07:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-02T23:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=edb7369a2c6a19393dc413a9595a234969fc2731'/>
<id>edb7369a2c6a19393dc413a9595a234969fc2731</id>
<content type='text'>
constants for processing character encodings or similar and where declaring
constants would make the code more obscure, not less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constants for processing character encodings or similar and where declaring
constants would make the code more obscure, not less.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize case-insensitive DBCS search to be around 5 times faster by using 64K</title>
<updated>2025-03-27T09:05:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-27T09:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44a2755858009d5c14732d82814f9b5558f99ef4'/>
<id>44a2755858009d5c14732d82814f9b5558f99ef4</id>
<content type='text'>
memory to cache folding data for each DBCS code page used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
memory to cache folding data for each DBCS code page used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use constant definitions to avoid warnings.</title>
<updated>2025-03-27T08:35:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-27T08:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ceaa07a1bc4d05a89218d09bd5c5c3ce411845d5'/>
<id>ceaa07a1bc4d05a89218d09bd5c5c3ce411845d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1408] Merge branches for setting representations for</title>
<updated>2021-07-03T05:24:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-07-03T05:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f427625f5314299f906a2a239891064de9d21d2a'/>
<id>f427625f5314299f906a2a239891064de9d21d2a</id>
<content type='text'>
invalid single bytes in multi-byte encodings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
invalid single bytes in multi-byte encodings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove casts between char and unsigned char where possible.</title>
<updated>2018-04-21T22:35:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-21T22:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7cab317b777bb8fedb4bd8f4eeb7e68bf712989'/>
<id>f7cab317b777bb8fedb4bd8f4eeb7e68bf712989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten definition of regular expression iterators so they are noexcept and</title>
<updated>2018-04-20T22:43:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-20T22:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8634c0958c532e7d219e649353e1f1a74d52da1b'/>
<id>8634c0958c532e7d219e649353e1f1a74d52da1b</id>
<content type='text'>
define all the standard member functions. This cascades to all methods called
by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and
UTF-8 and DBCS functions.
Other trivial functions declared noexcept.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define all the standard member functions. This cascades to all methods called
by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and
UTF-8 and DBCS functions.
Other trivial functions declared noexcept.
</pre>
</div>
</content>
</entry>
</feed>
