diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:58 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:58 +0200 | 
| commit | 630f99f29bd31a76d8d24da2975a045452c763ef (patch) | |
| tree | 0c801f68561bfb0930a4ade80d7ca3a7940887ab /tests/unicase/test-uc_tolower.c | |
| parent | 84e26c587987e8484d55db4165f188b40c09e94b (diff) | |
| parent | 4682deeb62247d34de87f8e777f99e2d337fd377 (diff) | |
Update upstream source from tag 'upstream/1.3'
Update to upstream version '1.3'
with Debian dir 8a8e4828ddf646ece6c109b401e08d162be35936
Diffstat (limited to 'tests/unicase/test-uc_tolower.c')
| -rw-r--r-- | tests/unicase/test-uc_tolower.c | 29 | 
1 files changed, 28 insertions, 1 deletions
| diff --git a/tests/unicase/test-uc_tolower.c b/tests/unicase/test-uc_tolower.c index 885476d0..a4c9459e 100644 --- a/tests/unicase/test-uc_tolower.c +++ b/tests/unicase/test-uc_tolower.c @@ -15,7 +15,7 @@     You should have received a copy of the GNU General Public License     along with this program.  If not, see <https://www.gnu.org/licenses/>.  */ -/* Generated automatically by gen-uni-tables.c for Unicode 15.1.0.  */ +/* Generated automatically by gen-uni-tables.c for Unicode 16.0.0.  */  #include "test-mapping-part1.h" @@ -614,6 +614,7 @@      { 0x13F3, 0x13FB },      { 0x13F4, 0x13FC },      { 0x13F5, 0x13FD }, +    { 0x1C89, 0x1C8A },      { 0x1C90, 0x10D0 },      { 0x1C91, 0x10D1 },      { 0x1C92, 0x10D2 }, @@ -1162,9 +1163,13 @@      { 0xA7C6, 0x1D8E },      { 0xA7C7, 0xA7C8 },      { 0xA7C9, 0xA7CA }, +    { 0xA7CB, 0x0264 }, +    { 0xA7CC, 0xA7CD },      { 0xA7D0, 0xA7D1 },      { 0xA7D6, 0xA7D7 },      { 0xA7D8, 0xA7D9 }, +    { 0xA7DA, 0xA7DB }, +    { 0xA7DC, 0x019B },      { 0xA7F5, 0xA7F6 },      { 0xFF21, 0xFF41 },      { 0xFF22, 0xFF42 }, @@ -1354,6 +1359,28 @@      { 0x10CB0, 0x10CF0 },      { 0x10CB1, 0x10CF1 },      { 0x10CB2, 0x10CF2 }, +    { 0x10D50, 0x10D70 }, +    { 0x10D51, 0x10D71 }, +    { 0x10D52, 0x10D72 }, +    { 0x10D53, 0x10D73 }, +    { 0x10D54, 0x10D74 }, +    { 0x10D55, 0x10D75 }, +    { 0x10D56, 0x10D76 }, +    { 0x10D57, 0x10D77 }, +    { 0x10D58, 0x10D78 }, +    { 0x10D59, 0x10D79 }, +    { 0x10D5A, 0x10D7A }, +    { 0x10D5B, 0x10D7B }, +    { 0x10D5C, 0x10D7C }, +    { 0x10D5D, 0x10D7D }, +    { 0x10D5E, 0x10D7E }, +    { 0x10D5F, 0x10D7F }, +    { 0x10D60, 0x10D80 }, +    { 0x10D61, 0x10D81 }, +    { 0x10D62, 0x10D82 }, +    { 0x10D63, 0x10D83 }, +    { 0x10D64, 0x10D84 }, +    { 0x10D65, 0x10D85 },      { 0x118A0, 0x118C0 },      { 0x118A1, 0x118C1 },      { 0x118A2, 0x118C2 }, | 
