diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:58 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:58 +0100 | 
| commit | 9853b168f68cbb09b75a817343cedde2aca4c76c (patch) | |
| tree | db628840acea83dbccaf5676b89579a80e02ef51 /lib/uniwidth | |
| parent | d83e85a2e6064c36f6ad3c848e39d8b8c101c4f7 (diff) | |
| parent | 7cf710f6587e71a193a55d84dd6d8ae1a8a69ce0 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'lib/uniwidth')
| -rw-r--r-- | lib/uniwidth/cjk.h | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u16-strwidth.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u16-width.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u32-strwidth.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u32-width.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u8-strwidth.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/u8-width.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/width.c | 2 | ||||
| -rw-r--r-- | lib/uniwidth/width0.h | 42 | ||||
| -rw-r--r-- | lib/uniwidth/width2.h | 28 | 
10 files changed, 35 insertions, 51 deletions
| diff --git a/lib/uniwidth/cjk.h b/lib/uniwidth/cjk.h index b791ba96..5fab365f 100644 --- a/lib/uniwidth/cjk.h +++ b/lib/uniwidth/cjk.h @@ -1,5 +1,5 @@  /* Test for CJK encoding. -   Copyright (C) 2001-2002, 2005-2007, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2005-2007, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software: you can redistribute it and/or modify diff --git a/lib/uniwidth/u16-strwidth.c b/lib/uniwidth/u16-strwidth.c index 8e182f8d..a3741ba4 100644 --- a/lib/uniwidth/u16-strwidth.c +++ b/lib/uniwidth/u16-strwidth.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-16 string. -   Copyright (C) 2001-2002, 2006, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/u16-width.c b/lib/uniwidth/u16-width.c index 4a513866..6efec067 100644 --- a/lib/uniwidth/u16-width.c +++ b/lib/uniwidth/u16-width.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-16 string. -   Copyright (C) 2001-2002, 2006-2007, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006-2007, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/u32-strwidth.c b/lib/uniwidth/u32-strwidth.c index 84e276e4..30442026 100644 --- a/lib/uniwidth/u32-strwidth.c +++ b/lib/uniwidth/u32-strwidth.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-32 string. -   Copyright (C) 2001-2002, 2006, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/u32-width.c b/lib/uniwidth/u32-width.c index a3c15bd0..5f53ab8e 100644 --- a/lib/uniwidth/u32-width.c +++ b/lib/uniwidth/u32-width.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-32 string. -   Copyright (C) 2001-2002, 2006, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/u8-strwidth.c b/lib/uniwidth/u8-strwidth.c index d272c55d..91171cd2 100644 --- a/lib/uniwidth/u8-strwidth.c +++ b/lib/uniwidth/u8-strwidth.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-8 string. -   Copyright (C) 2001-2002, 2006, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/u8-width.c b/lib/uniwidth/u8-width.c index 01e2ddc7..2bd5090d 100644 --- a/lib/uniwidth/u8-width.c +++ b/lib/uniwidth/u8-width.c @@ -1,5 +1,5 @@  /* Determine display width of UTF-8 string. -   Copyright (C) 2001-2002, 2006-2007, 2009-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006-2007, 2009-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software. diff --git a/lib/uniwidth/width.c b/lib/uniwidth/width.c index 1c945a88..4942aa1e 100644 --- a/lib/uniwidth/width.c +++ b/lib/uniwidth/width.c @@ -1,5 +1,5 @@  /* Determine display width of Unicode character. -   Copyright (C) 2001-2002, 2006-2022 Free Software Foundation, Inc. +   Copyright (C) 2001-2002, 2006-2024 Free Software Foundation, Inc.     Written by Bruno Haible <bruno@clisp.org>, 2002.     This file is free software: you can redistribute it and/or modify diff --git a/lib/uniwidth/width0.h b/lib/uniwidth/width0.h index a4de856f..6cc35536 100644 --- a/lib/uniwidth/width0.h +++ b/lib/uniwidth/width0.h @@ -1,29 +1,21 @@  /* DO NOT EDIT! GENERATED AUTOMATICALLY! */  /* Table of non-spacing or control characters.  */ -/* Generated automatically by gen-uni-tables.c for Unicode 15.0.0.  */ +/* Generated automatically by gen-uni-tables.c for Unicode 15.1.0.  */ -/* Copyright (C) 2000-2022 Free Software Foundation, Inc. +/* Copyright (C) 2000-2024 Free Software Foundation, Inc. -   This file is free software. -   It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". -   You can redistribute it and/or modify it under either -     - the terms of the GNU Lesser General Public License as published -       by the Free Software Foundation, either version 3, or (at your -       option) any later version, or -     - the terms of the GNU General Public License as published by the -       Free Software Foundation; either version 2, or (at your option) -       any later version, or -     - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". +   This file is free software: you can redistribute it and/or modify +   it under the terms of the GNU Lesser General Public License as +   published by the Free Software Foundation; either version 2.1 of the +   License, or (at your option) any later version.     This file is distributed in the hope that it will be useful,     but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -   Lesser General Public License and the GNU General Public License -   for more details. +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the +   GNU Lesser General Public License for more details. -   You should have received a copy of the GNU Lesser General Public -   License and of the GNU General Public License along with this -   program.  If not, see <https://www.gnu.org/licenses/>.  */ +   You should have received a copy of the GNU Lesser General Public License +   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */  static const unsigned char nonspacing_table_data[48*64] = {    /* 0x0000-0x01ff */ @@ -54,19 +46,19 @@ static const unsigned char nonspacing_table_data[48*64] = {    0x00, 0x00, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xbf, /* 0x0580-0x05bf */    0xb6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x05c0-0x05ff */    /* 0x0600-0x07ff */ -  0x3f, 0x00, 0xff, 0x17, 0x00, 0x00, 0x00, 0x00, /* 0x0600-0x063f */ +  0x00, 0x00, 0xff, 0x17, 0x00, 0x00, 0x00, 0x00, /* 0x0600-0x063f */    0x00, 0xf8, 0xff, 0xff, 0x00, 0x00, 0x01, 0x00, /* 0x0640-0x067f */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x0680-0x06bf */ -  0x00, 0x00, 0xc0, 0xbf, 0x9f, 0x3d, 0x00, 0x00, /* 0x06c0-0x06ff */ -  0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0xff, 0xff, /* 0x0700-0x073f */ +  0x00, 0x00, 0xc0, 0x9f, 0x9f, 0x3d, 0x00, 0x00, /* 0x06c0-0x06ff */ +  0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xff, 0xff, /* 0x0700-0x073f */    0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x0740-0x077f */    0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x01, 0x00, /* 0x0780-0x07bf */    0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0x20, /* 0x07c0-0x07ff */    /* 0x0800-0x09ff */    0x00, 0x00, 0xc0, 0xfb, 0xef, 0x3e, 0x00, 0x00, /* 0x0800-0x083f */    0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, /* 0x0840-0x087f */ -  0x00, 0x00, 0x03, 0xff, 0x00, 0x00, 0x00, 0x00, /* 0x0880-0x08bf */ -  0x00, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* 0x08c0-0x08ff */ +  0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, /* 0x0880-0x08bf */ +  0x00, 0xfc, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, /* 0x08c0-0x08ff */    0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, /* 0x0900-0x093f */    0xfe, 0x21, 0xfe, 0x00, 0x0c, 0x00, 0x00, 0x00, /* 0x0940-0x097f */    0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, /* 0x0980-0x09bf */ @@ -281,8 +273,8 @@ static const unsigned char nonspacing_table_data[48*64] = {    /* 0x11000-0x111ff */    0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, /* 0x11000-0x1103f */    0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x80, /* 0x11040-0x1107f */ -  0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x26, /* 0x11080-0x110bf */ -  0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x110c0-0x110ff */ +  0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x06, /* 0x11080-0x110bf */ +  0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x110c0-0x110ff */    0x07, 0x00, 0x00, 0x00, 0x80, 0xef, 0x1f, 0x00, /* 0x11100-0x1113f */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, /* 0x11140-0x1117f */    0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x7f, /* 0x11180-0x111bf */ diff --git a/lib/uniwidth/width2.h b/lib/uniwidth/width2.h index 25a50e56..47979b5d 100644 --- a/lib/uniwidth/width2.h +++ b/lib/uniwidth/width2.h @@ -1,29 +1,21 @@  /* DO NOT EDIT! GENERATED AUTOMATICALLY! */  /* Width 2 property of Unicode characters.  */ -/* Generated automatically by gen-uni-tables.c for Unicode 15.0.0.  */ +/* Generated automatically by gen-uni-tables.c for Unicode 15.1.0.  */ -/* Copyright (C) 2000-2022 Free Software Foundation, Inc. +/* Copyright (C) 2000-2024 Free Software Foundation, Inc. -   This file is free software. -   It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". -   You can redistribute it and/or modify it under either -     - the terms of the GNU Lesser General Public License as published -       by the Free Software Foundation, either version 3, or (at your -       option) any later version, or -     - the terms of the GNU General Public License as published by the -       Free Software Foundation; either version 2, or (at your option) -       any later version, or -     - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". +   This file is free software: you can redistribute it and/or modify +   it under the terms of the GNU Lesser General Public License as +   published by the Free Software Foundation; either version 2.1 of the +   License, or (at your option) any later version.     This file is distributed in the hope that it will be useful,     but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -   Lesser General Public License and the GNU General Public License -   for more details. +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the +   GNU Lesser General Public License for more details. -   You should have received a copy of the GNU Lesser General Public -   License and of the GNU General Public License along with this -   program.  If not, see <https://www.gnu.org/licenses/>.  */ +   You should have received a copy of the GNU Lesser General Public License +   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */  #define header_0 16  #define header_2 9 | 
