diff options
Diffstat (limited to 'lib/unilbrk/lbrkprop1.h')
-rw-r--r-- | lib/unilbrk/lbrkprop1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/unilbrk/lbrkprop1.h b/lib/unilbrk/lbrkprop1.h index 1bfc05b..71b3104 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 8.0.0. */ +/* Generated automatically by gen-uni-tables.c for Unicode 9.0.0. */ /* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc. @@ -24,7 +24,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #define lbrkprop_header_0 16 #define lbrkprop_header_1 15 @@ -36,7 +36,7 @@ typedef struct { int level1[15]; int level2[4 << 9]; - unsigned char level3[206 << 7]; + unsigned char level3[210 << 7]; } lbrkprop_t; extern const lbrkprop_t unilbrkprop; |