diff options
Diffstat (limited to 'lib/unilbrk/lbrkprop1.h')
-rw-r--r-- | lib/unilbrk/lbrkprop1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unilbrk/lbrkprop1.h b/lib/unilbrk/lbrkprop1.h index 7e7028000b..d5679e771a 100644 --- a/lib/unilbrk/lbrkprop1.h +++ b/lib/unilbrk/lbrkprop1.h @@ -1,6 +1,6 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Line breaking properties of Unicode characters. */ -/* Generated automatically by gen-uni-tables.c for Unicode 12.1.0. */ +/* Generated automatically by gen-uni-tables.c for Unicode 13.0.0. */ /* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc. @@ -35,7 +35,7 @@ typedef struct { int level1[15]; int level2[4 << 9]; - unsigned char level3[230 << 7]; + unsigned char level3[234 << 7]; } lbrkprop_t; extern const lbrkprop_t unilbrkprop; |