summaryrefslogtreecommitdiffstats
path: root/unicode-width.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unicode: update the width tables to Unicode 15Beat Bolli2023-03-301-12/+21
| | | | | | | | | | 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 <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón2021-09-181-15/+29
| | | | | | | | | | 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 <carenas@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* unicode: update the width tables to Unicode 13.0Beat Bolli2020-03-171-16/+27
| | | | | | | | | | 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 <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'bb/unicode-12.1-reiwa'Junio C Hamano2019-06-171-2/+1
|\ | | | | | | | | | | | | Update to Unicode 12.1 width table. * bb/unicode-12.1-reiwa: unicode: update the width tables to Unicode 12.1
| * unicode: update the width tables to Unicode 12.1Beat Bolli2019-05-291-2/+1
| | | | | | | | | | | | | | | | | | | | 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 <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | unicode: update the width tables to Unicode 12Beat Bolli2019-03-221-13/+25
|/ | | | | | | | | | 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 <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* unicode: update the width tables to Unicode 11Beat Bolli2018-07-091-13/+28
| | | | | | | | | | 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 <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* unicode_width.h: rename to use dash in file nameStefan Beller2018-04-111-0/+422
This is more consistent with the project style. The majority of Git's source files use dashes in preference to underscores in their file names. Also adjust contrib/update-unicode as well. Signed-off-by: Stefan Beller <sbeller@google.com>