<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/tests/autoeol-input.txt, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>fixed EOL conversion on UTF-8 texts</title>
<updated>2024-10-20T23:46:30+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-10-20T23:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=abfbeb17e56bd9abc275de0f7ace6c197e00e3bf'/>
<id>abfbeb17e56bd9abc275de0f7ace6c197e00e3bf</id>
<content type='text'>
* The old bug of saving gchar in gints, so teco_eol_reader_t::last_char could become negative.
* When converting from an UTF-8 text with CRLF linebreaks, we could have data loss and corruptions.
* On strings ending in UTF-8 characters, teco_eol_reader_t::offset would overflow, resulting
  in invalid reads and potentially insertion of data garbage.
  I observed this with G~ on Gtk.
* Test cased updated. Couldn't reproduce the bug with the test suite, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The old bug of saving gchar in gints, so teco_eol_reader_t::last_char could become negative.
* When converting from an UTF-8 text with CRLF linebreaks, we could have data loss and corruptions.
* On strings ending in UTF-8 characters, teco_eol_reader_t::offset would overflow, resulting
  in invalid reads and potentially insertion of data garbage.
  I observed this with G~ on Gtk.
* Test cased updated. Couldn't reproduce the bug with the test suite, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>added test group for SciTECO's EOL normalisation feature</title>
<updated>2016-08-19T01:29:11+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-08-19T01:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8d0d30d949b2dbd3ce762458e1c6676487e4da26'/>
<id>8d0d30d949b2dbd3ce762458e1c6676487e4da26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
