<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/UniConversion.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>Remove line end space.</title>
<updated>2025-05-24T07:43:14+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-05-24T07:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aca9ce76597949b0429caa882df164702cdb92b0'/>
<id>aca9ce76597949b0429caa882df164702cdb92b0</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>Define constants for UTF-8 and UTF-16 implementation for clarity.</title>
<updated>2025-03-08T00:44:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-08T00:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=386fb7a89ffbff9497d8e9ce7d7f44c038c49729'/>
<id>386fb7a89ffbff9497d8e9ce7d7f44c038c49729</id>
<content type='text'>
Add tests to check that inverted conversions yield the original value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests to check that inverted conversions yield the original value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add overload of UnicodeFromUTF8 that takes a string_view.</title>
<updated>2025-02-03T22:49:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-03T22:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef961772c3ced424f034c2055263d7231eccee01'/>
<id>ef961772c3ced424f034c2055263d7231eccee01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add variant of UTF8Classify that takes a char* so that client code does not have</title>
<updated>2024-02-28T00:44:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-28T00:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce9ec5366ab200193140bbd060b948f62a10286b'/>
<id>ce9ec5366ab200193140bbd060b948f62a10286b</id>
<content type='text'>
to reinterpret_cast.
Make functions in header constexpr.
Prefer .data() to &amp;[] since safer.
Avoid else when not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to reinterpret_cast.
Make functions in header constexpr.
Prefer .data() to &amp;[] since safer.
Avoid else when not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce warnings with noexcept, fewer casts, and other minor changes.</title>
<updated>2022-08-13T08:12:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-08-13T08:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d2f6bd5280613538c4beafac26a39348992d103'/>
<id>7d2f6bd5280613538c4beafac26a39348992d103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Use noexcept where safe and maintainable.</title>
<updated>2020-06-11T00:08:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-11T00:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a2931677c6e28aad5ddd56d82e5a8814746dc5fd'/>
<id>a2931677c6e28aad5ddd56d82e5a8814746dc5fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept where sensible. Rename UTF8 string_view parameters for clarity.</title>
<updated>2019-03-20T08:25:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-20T08:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8519ba420c4e51973d792309fdd0c888914e1d5b'/>
<id>8519ba420c4e51973d792309fdd0c888914e1d5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement WStringFromUTF8 to simplify code that creates wstring objects for</title>
<updated>2019-03-20T08:18:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-20T08:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a09fe66e667ed2b91a4c953e74cf6b1abaaa919f'/>
<id>a09fe66e667ed2b91a4c953e74cf6b1abaaa919f</id>
<content type='text'>
regular expressions and calling the Win32 API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
regular expressions and calling the Win32 API.
</pre>
</div>
</content>
</entry>
</feed>
