<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/utf8.h, branch ethomson/test_https</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>utf8: introduce git_utf8_char_length</title>
<updated>2021-04-14T22:02:51+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-04-14T21:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=cb136cddd93046d46c6a8c5ee2a3f5c30a001e97'/>
<id>cb136cddd93046d46c6a8c5ee2a3f5c30a001e97</id>
<content type='text'>
Introduce a function to determine the number of Unicode characters in a
given UTF-8 string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a function to determine the number of Unicode characters in a
given UTF-8 string.
</pre>
</div>
</content>
</entry>
<entry>
<title>utf8: refactor utf8 functions</title>
<updated>2021-04-14T22:02:51+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-04-14T14:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=1d95b59b4dbd8eda3f83f8af2a4ae07c7cdfc245'/>
<id>1d95b59b4dbd8eda3f83f8af2a4ae07c7cdfc245</id>
<content type='text'>
Move the utf8 functions into a proper namespace `git_utf8` instead of
being in the namespaceless `git__` function group.  Update them to
have out-params first and use `char *` instead of `uint8_t *` to match
our API treating strings as `char *` (even if they truly contain `uchar`s
inside).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the utf8 functions into a proper namespace `git_utf8` instead of
being in the namespaceless `git__` function group.  Update them to
have out-params first and use `char *` instead of `uint8_t *` to match
our API treating strings as `char *` (even if they truly contain `uchar`s
inside).
</pre>
</div>
</content>
</entry>
</feed>
