<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/unicode-width.h, branch jch</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=jch</id>
<link rel='self' href='https://git.shady.money/git/atom?h=jch'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-10-21T17:03:00Z</updated>
<entry>
<title>unicode: update the width tables to Unicode 17</title>
<updated>2025-10-21T17:03:00Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2025-10-21T09:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=330a54099ecebf930ebe73797025b02d2dc9e506'/>
<id>urn:sha1:330a54099ecebf930ebe73797025b02d2dc9e506</id>
<content type='text'>
Unicode 17 is out. Update the unicode with table.

https://blog.unicode.org/2025/09/unicode-170-release-announcement.html
Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 16</title>
<updated>2024-09-12T21:20:44Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2024-09-12T20:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=44dc6511321c95027267d05e761cd9a43ed0425f'/>
<id>urn:sha1:44dc6511321c95027267d05e761cd9a43ed0425f</id>
<content type='text'>
Unicode 16 has been announced on 2024-09-10 [0], so update the character
width tables to the new version.

[0] https://blog.unicode.org/2024/09/announcing-unicode-standard-version-160.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 15.1</title>
<updated>2023-09-25T23:17:28Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2023-09-25T19:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=872976c37ef6314d0480e8487a97ad5910d31148'/>
<id>urn:sha1:872976c37ef6314d0480e8487a97ad5910d31148</id>
<content type='text'>
Unicode 15.1 has been announced on 2023-09-12 [0], so update the
character width tables to the new version.

[0] http://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 15</title>
<updated>2023-03-30T20:06:12Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2023-03-30T19:15:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b10cbdac4c4454654f1e6f5fe81e1a20a1241858'/>
<id>urn:sha1:b10cbdac4c4454654f1e6f5fe81e1a20a1241858</id>
<content type='text'>
Unicode version 15 was released in September 2022 [1], and we have so
far neglected to update our width tables. Do this now.

[1] http://blog.unicode.org/2022/09/announcing-unicode-standard-version-150.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 14</title>
<updated>2021-09-18T00:26:21Z</updated>
<author>
<name>Carlo Marcelo Arenas Belón</name>
<email>carenas@gmail.com</email>
</author>
<published>2021-09-17T19:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=187fc8b8b6e7a2b65f7c74cfaa8aa6bad36a18b2'/>
<id>urn:sha1:187fc8b8b6e7a2b65f7c74cfaa8aa6bad36a18b2</id>
<content type='text'>
Released[0] after a long beta period and including several additional
zero/double width characters.

[0] https://home.unicode.org/announcing-the-unicode-standard-version-14-0/

Signed-off-by: Carlo Marcelo Arenas Belón &lt;carenas@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 13.0</title>
<updated>2020-03-17T22:06:37Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2020-03-17T15:36:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65588b0b2eb73f7724aa1c9ff7e2dbde34b6bca6'/>
<id>urn:sha1:65588b0b2eb73f7724aa1c9ff7e2dbde34b6bca6</id>
<content type='text'>
Now that Unicode 13.0 has been announced[0], update the character
width tables to the new version.

[0] https://home.unicode.org/announcing-the-unicode-standard-version-13-0/

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bb/unicode-12.1-reiwa'</title>
<updated>2019-06-17T17:15:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-06-17T17:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3dc47c428894c0eca7b01561978befdc09f64e48'/>
<id>urn:sha1:3dc47c428894c0eca7b01561978befdc09f64e48</id>
<content type='text'>
Update to Unicode 12.1 width table.

* bb/unicode-12.1-reiwa:
  unicode: update the width tables to Unicode 12.1
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 12.1</title>
<updated>2019-05-29T21:07:50Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2019-05-29T20:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5817f9caa3ca6f4f552d8be5bbfccd1e03718f06'/>
<id>urn:sha1:5817f9caa3ca6f4f552d8be5bbfccd1e03718f06</id>
<content type='text'>
Now that Unicode 12.1 has been announced[0], update the character
width tables to the new version.

[0] http://blog.unicode.org/2019/05/unicode-12-1-en.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 12</title>
<updated>2019-03-22T05:44:50Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2019-03-21T21:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=584b62c37b6374a0406d43710edff3b31a1874e5'/>
<id>urn:sha1:584b62c37b6374a0406d43710edff3b31a1874e5</id>
<content type='text'>
Now that Unicode 12 has been announced[0], update the character
width tables to the new version.

[0] http://blog.unicode.org/2019/03/announcing-unicode-standard-version-120.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>unicode: update the width tables to Unicode 11</title>
<updated>2018-07-09T21:02:51Z</updated>
<author>
<name>Beat Bolli</name>
<email>dev+git@drbeat.li</email>
</author>
<published>2018-07-09T19:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=570951eea2361ef17cbb48638f4f66aeb87eb2a9'/>
<id>urn:sha1:570951eea2361ef17cbb48638f4f66aeb87eb2a9</id>
<content type='text'>
Now that Unicode 11 has been announced[0], update the character
width tables to the new version.

[0] http://blog.unicode.org/2018/06/announcing-unicode-standard-version-110.html

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
