git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] unicode: update the width tables to Unicode 14
@ 2021-09-17 19:19 Carlo Marcelo Arenas Belón
  2021-09-17 20:25 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2021-09-17 19:19 UTC (permalink / raw)
  To: git; +Cc: dev+git, Carlo Marcelo Arenas Belón

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/
---
 unicode-width.h | 44 +++++++++++++++++++++++++++++---------------
 1 file changed, 29 insertions(+), 15 deletions(-)

diff --git a/unicode-width.h b/unicode-width.h
index b50e686bae..97c851b27d 100644
--- a/unicode-width.h
+++ b/unicode-width.h
@@ -26,7 +26,9 @@ static const struct interval zero_width[] = {
 { 0x0825, 0x0827 },
 { 0x0829, 0x082D },
 { 0x0859, 0x085B },
-{ 0x08D3, 0x0902 },
+{ 0x0890, 0x0891 },
+{ 0x0898, 0x089F },
+{ 0x08CA, 0x0902 },
 { 0x093A, 0x093A },
 { 0x093C, 0x093C },
 { 0x0941, 0x0948 },
@@ -66,6 +68,7 @@ static const struct interval zero_width[] = {
 { 0x0BCD, 0x0BCD },
 { 0x0C00, 0x0C00 },
 { 0x0C04, 0x0C04 },
+{ 0x0C3C, 0x0C3C },
 { 0x0C3E, 0x0C40 },
 { 0x0C46, 0x0C48 },
 { 0x0C4A, 0x0C4D },
@@ -116,7 +119,7 @@ static const struct interval zero_width[] = {
 { 0x1160, 0x11FF },
 { 0x135D, 0x135F },
 { 0x1712, 0x1714 },
-{ 0x1732, 0x1734 },
+{ 0x1732, 0x1733 },
 { 0x1752, 0x1753 },
 { 0x1772, 0x1773 },
 { 0x17B4, 0x17B5 },
@@ -124,7 +127,7 @@ static const struct interval zero_width[] = {
 { 0x17C6, 0x17C6 },
 { 0x17C9, 0x17D3 },
 { 0x17DD, 0x17DD },
-{ 0x180B, 0x180E },
+{ 0x180B, 0x180F },
 { 0x1885, 0x1886 },
 { 0x18A9, 0x18A9 },
 { 0x1920, 0x1922 },
@@ -140,7 +143,7 @@ static const struct interval zero_width[] = {
 { 0x1A65, 0x1A6C },
 { 0x1A73, 0x1A7C },
 { 0x1A7F, 0x1A7F },
-{ 0x1AB0, 0x1AC0 },
+{ 0x1AB0, 0x1ACE },
 { 0x1B00, 0x1B03 },
 { 0x1B34, 0x1B34 },
 { 0x1B36, 0x1B3A },
@@ -163,8 +166,7 @@ static const struct interval zero_width[] = {
 { 0x1CED, 0x1CED },
 { 0x1CF4, 0x1CF4 },
 { 0x1CF8, 0x1CF9 },
-{ 0x1DC0, 0x1DF9 },
-{ 0x1DFB, 0x1DFF },
+{ 0x1DC0, 0x1DFF },
 { 0x200B, 0x200F },
 { 0x202A, 0x202E },
 { 0x2060, 0x2064 },
@@ -227,12 +229,16 @@ static const struct interval zero_width[] = {
 { 0x10D24, 0x10D27 },
 { 0x10EAB, 0x10EAC },
 { 0x10F46, 0x10F50 },
+{ 0x10F82, 0x10F85 },
 { 0x11001, 0x11001 },
 { 0x11038, 0x11046 },
+{ 0x11070, 0x11070 },
+{ 0x11073, 0x11074 },
 { 0x1107F, 0x11081 },
 { 0x110B3, 0x110B6 },
 { 0x110B9, 0x110BA },
 { 0x110BD, 0x110BD },
+{ 0x110C2, 0x110C2 },
 { 0x110CD, 0x110CD },
 { 0x11100, 0x11102 },
 { 0x11127, 0x1112B },
@@ -315,6 +321,8 @@ static const struct interval zero_width[] = {
 { 0x16FE4, 0x16FE4 },
 { 0x1BC9D, 0x1BC9E },
 { 0x1BCA0, 0x1BCA3 },
+{ 0x1CF00, 0x1CF2D },
+{ 0x1CF30, 0x1CF46 },
 { 0x1D167, 0x1D169 },
 { 0x1D173, 0x1D182 },
 { 0x1D185, 0x1D18B },
@@ -332,6 +340,7 @@ static const struct interval zero_width[] = {
 { 0x1E023, 0x1E024 },
 { 0x1E026, 0x1E02A },
 { 0x1E130, 0x1E136 },
+{ 0x1E2AE, 0x1E2AE },
 { 0x1E2EC, 0x1E2EF },
 { 0x1E8D0, 0x1E8D6 },
 { 0x1E944, 0x1E94A },
@@ -404,7 +413,10 @@ static const struct interval double_width[] = {
 { 0x17000, 0x187F7 },
 { 0x18800, 0x18CD5 },
 { 0x18D00, 0x18D08 },
-{ 0x1B000, 0x1B11E },
+{ 0x1AFF0, 0x1AFF3 },
+{ 0x1AFF5, 0x1AFFB },
+{ 0x1AFFD, 0x1AFFE },
+{ 0x1B000, 0x1B122 },
 { 0x1B150, 0x1B152 },
 { 0x1B164, 0x1B167 },
 { 0x1B170, 0x1B2FB },
@@ -439,21 +451,23 @@ static const struct interval double_width[] = {
 { 0x1F6CC, 0x1F6CC },
 { 0x1F6D0, 0x1F6D2 },
 { 0x1F6D5, 0x1F6D7 },
+{ 0x1F6DD, 0x1F6DF },
 { 0x1F6EB, 0x1F6EC },
 { 0x1F6F4, 0x1F6FC },
 { 0x1F7E0, 0x1F7EB },
+{ 0x1F7F0, 0x1F7F0 },
 { 0x1F90C, 0x1F93A },
 { 0x1F93C, 0x1F945 },
-{ 0x1F947, 0x1F978 },
-{ 0x1F97A, 0x1F9CB },
-{ 0x1F9CD, 0x1F9FF },
+{ 0x1F947, 0x1F9FF },
 { 0x1FA70, 0x1FA74 },
-{ 0x1FA78, 0x1FA7A },
+{ 0x1FA78, 0x1FA7C },
 { 0x1FA80, 0x1FA86 },
-{ 0x1FA90, 0x1FAA8 },
-{ 0x1FAB0, 0x1FAB6 },
-{ 0x1FAC0, 0x1FAC2 },
-{ 0x1FAD0, 0x1FAD6 },
+{ 0x1FA90, 0x1FAAC },
+{ 0x1FAB0, 0x1FABA },
+{ 0x1FAC0, 0x1FAC5 },
+{ 0x1FAD0, 0x1FAD9 },
+{ 0x1FAE0, 0x1FAE7 },
+{ 0x1FAF0, 0x1FAF6 },
 { 0x20000, 0x2FFFD },
 { 0x30000, 0x3FFFD }
 };
-- 
2.33.0.911.gbe391d4e11


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] unicode: update the width tables to Unicode 14
  2021-09-17 19:19 [PATCH] unicode: update the width tables to Unicode 14 Carlo Marcelo Arenas Belón
@ 2021-09-17 20:25 ` Junio C Hamano
  2021-09-17 22:52   ` Carlo Marcelo Arenas Belón
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2021-09-17 20:25 UTC (permalink / raw)
  To: Carlo Marcelo Arenas Belón; +Cc: git, dev+git

Carlo Marcelo Arenas Belón  <carenas@gmail.com> writes:

> 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/
> ---

Thanks---missing sign-off is deliberate and waiting for something
else to happen?

>  unicode-width.h | 44 +++++++++++++++++++++++++++++---------------
>  1 file changed, 29 insertions(+), 15 deletions(-)
>
> diff --git a/unicode-width.h b/unicode-width.h
> index b50e686bae..97c851b27d 100644
> --- a/unicode-width.h
> +++ b/unicode-width.h
> @@ -26,7 +26,9 @@ static const struct interval zero_width[] = {
>  { 0x0825, 0x0827 },
>  { 0x0829, 0x082D },
>  { 0x0859, 0x085B },
> -{ 0x08D3, 0x0902 },
> +{ 0x0890, 0x0891 },
> +{ 0x0898, 0x089F },
> +{ 0x08CA, 0x0902 },
>  { 0x093A, 0x093A },
>  { 0x093C, 0x093C },
>  { 0x0941, 0x0948 },
> @@ -66,6 +68,7 @@ static const struct interval zero_width[] = {
>  { 0x0BCD, 0x0BCD },
>  { 0x0C00, 0x0C00 },
>  { 0x0C04, 0x0C04 },
> +{ 0x0C3C, 0x0C3C },
>  { 0x0C3E, 0x0C40 },
>  { 0x0C46, 0x0C48 },
>  { 0x0C4A, 0x0C4D },
> @@ -116,7 +119,7 @@ static const struct interval zero_width[] = {
>  { 0x1160, 0x11FF },
>  { 0x135D, 0x135F },
>  { 0x1712, 0x1714 },
> -{ 0x1732, 0x1734 },
> +{ 0x1732, 0x1733 },
>  { 0x1752, 0x1753 },
>  { 0x1772, 0x1773 },
>  { 0x17B4, 0x17B5 },
> @@ -124,7 +127,7 @@ static const struct interval zero_width[] = {
>  { 0x17C6, 0x17C6 },
>  { 0x17C9, 0x17D3 },
>  { 0x17DD, 0x17DD },
> -{ 0x180B, 0x180E },
> +{ 0x180B, 0x180F },
>  { 0x1885, 0x1886 },
>  { 0x18A9, 0x18A9 },
>  { 0x1920, 0x1922 },
> @@ -140,7 +143,7 @@ static const struct interval zero_width[] = {
>  { 0x1A65, 0x1A6C },
>  { 0x1A73, 0x1A7C },
>  { 0x1A7F, 0x1A7F },
> -{ 0x1AB0, 0x1AC0 },
> +{ 0x1AB0, 0x1ACE },
>  { 0x1B00, 0x1B03 },
>  { 0x1B34, 0x1B34 },
>  { 0x1B36, 0x1B3A },
> @@ -163,8 +166,7 @@ static const struct interval zero_width[] = {
>  { 0x1CED, 0x1CED },
>  { 0x1CF4, 0x1CF4 },
>  { 0x1CF8, 0x1CF9 },
> -{ 0x1DC0, 0x1DF9 },
> -{ 0x1DFB, 0x1DFF },
> +{ 0x1DC0, 0x1DFF },
>  { 0x200B, 0x200F },
>  { 0x202A, 0x202E },
>  { 0x2060, 0x2064 },
> @@ -227,12 +229,16 @@ static const struct interval zero_width[] = {
>  { 0x10D24, 0x10D27 },
>  { 0x10EAB, 0x10EAC },
>  { 0x10F46, 0x10F50 },
> +{ 0x10F82, 0x10F85 },
>  { 0x11001, 0x11001 },
>  { 0x11038, 0x11046 },
> +{ 0x11070, 0x11070 },
> +{ 0x11073, 0x11074 },
>  { 0x1107F, 0x11081 },
>  { 0x110B3, 0x110B6 },
>  { 0x110B9, 0x110BA },
>  { 0x110BD, 0x110BD },
> +{ 0x110C2, 0x110C2 },
>  { 0x110CD, 0x110CD },
>  { 0x11100, 0x11102 },
>  { 0x11127, 0x1112B },
> @@ -315,6 +321,8 @@ static const struct interval zero_width[] = {
>  { 0x16FE4, 0x16FE4 },
>  { 0x1BC9D, 0x1BC9E },
>  { 0x1BCA0, 0x1BCA3 },
> +{ 0x1CF00, 0x1CF2D },
> +{ 0x1CF30, 0x1CF46 },
>  { 0x1D167, 0x1D169 },
>  { 0x1D173, 0x1D182 },
>  { 0x1D185, 0x1D18B },
> @@ -332,6 +340,7 @@ static const struct interval zero_width[] = {
>  { 0x1E023, 0x1E024 },
>  { 0x1E026, 0x1E02A },
>  { 0x1E130, 0x1E136 },
> +{ 0x1E2AE, 0x1E2AE },
>  { 0x1E2EC, 0x1E2EF },
>  { 0x1E8D0, 0x1E8D6 },
>  { 0x1E944, 0x1E94A },
> @@ -404,7 +413,10 @@ static const struct interval double_width[] = {
>  { 0x17000, 0x187F7 },
>  { 0x18800, 0x18CD5 },
>  { 0x18D00, 0x18D08 },
> -{ 0x1B000, 0x1B11E },
> +{ 0x1AFF0, 0x1AFF3 },
> +{ 0x1AFF5, 0x1AFFB },
> +{ 0x1AFFD, 0x1AFFE },
> +{ 0x1B000, 0x1B122 },
>  { 0x1B150, 0x1B152 },
>  { 0x1B164, 0x1B167 },
>  { 0x1B170, 0x1B2FB },
> @@ -439,21 +451,23 @@ static const struct interval double_width[] = {
>  { 0x1F6CC, 0x1F6CC },
>  { 0x1F6D0, 0x1F6D2 },
>  { 0x1F6D5, 0x1F6D7 },
> +{ 0x1F6DD, 0x1F6DF },
>  { 0x1F6EB, 0x1F6EC },
>  { 0x1F6F4, 0x1F6FC },
>  { 0x1F7E0, 0x1F7EB },
> +{ 0x1F7F0, 0x1F7F0 },
>  { 0x1F90C, 0x1F93A },
>  { 0x1F93C, 0x1F945 },
> -{ 0x1F947, 0x1F978 },
> -{ 0x1F97A, 0x1F9CB },
> -{ 0x1F9CD, 0x1F9FF },
> +{ 0x1F947, 0x1F9FF },
>  { 0x1FA70, 0x1FA74 },
> -{ 0x1FA78, 0x1FA7A },
> +{ 0x1FA78, 0x1FA7C },
>  { 0x1FA80, 0x1FA86 },
> -{ 0x1FA90, 0x1FAA8 },
> -{ 0x1FAB0, 0x1FAB6 },
> -{ 0x1FAC0, 0x1FAC2 },
> -{ 0x1FAD0, 0x1FAD6 },
> +{ 0x1FA90, 0x1FAAC },
> +{ 0x1FAB0, 0x1FABA },
> +{ 0x1FAC0, 0x1FAC5 },
> +{ 0x1FAD0, 0x1FAD9 },
> +{ 0x1FAE0, 0x1FAE7 },
> +{ 0x1FAF0, 0x1FAF6 },
>  { 0x20000, 0x2FFFD },
>  { 0x30000, 0x3FFFD }
>  };

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] unicode: update the width tables to Unicode 14
  2021-09-17 20:25 ` Junio C Hamano
@ 2021-09-17 22:52   ` Carlo Marcelo Arenas Belón
  2021-09-18  0:26     ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2021-09-17 22:52 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, dev+git

On Fri, Sep 17, 2021 at 01:25:38PM -0700, Junio C Hamano wrote:
> Carlo Marcelo Arenas Belón  <carenas@gmail.com> writes:
> 
> > 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/
> > ---
> 
> Thanks---missing sign-off is deliberate and waiting for something
> else to happen?

Apologies, I corrected it locally and then sent the wrong patch :(

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] unicode: update the width tables to Unicode 14
  2021-09-17 22:52   ` Carlo Marcelo Arenas Belón
@ 2021-09-18  0:26     ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2021-09-18  0:26 UTC (permalink / raw)
  To: Carlo Marcelo Arenas Belón; +Cc: git, dev+git

Carlo Marcelo Arenas Belón <carenas@gmail.com> writes:

> On Fri, Sep 17, 2021 at 01:25:38PM -0700, Junio C Hamano wrote:
>> Carlo Marcelo Arenas Belón  <carenas@gmail.com> writes:
>> 
>> > 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/
>> > ---
>> 
>> Thanks---missing sign-off is deliberate and waiting for something
>> else to happen?
>
> Apologies, I corrected it locally and then sent the wrong patch :(
>
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>

Thanks, will queue.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-18  0:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 19:19 [PATCH] unicode: update the width tables to Unicode 14 Carlo Marcelo Arenas Belón
2021-09-17 20:25 ` Junio C Hamano
2021-09-17 22:52   ` Carlo Marcelo Arenas Belón
2021-09-18  0:26     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).