From d666cb6fafd0b8a46e1d1fd60d1707dd87cd9207 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 9 Jan 2011 10:11:05 +0100 Subject: uniwidth/width: Fix width of U+1D173..U+1D17A. * lib/gen-uni-tables.c (is_nonspacing, output_nonspacing_property, symbolic_width, output_width_property_test): New functions. (main): Invoke output_nonspacing_property, output_width_property_test. * lib/uniwidth/width.c (nonspacing_table_data): Set bits for U+1D173..U+1D17A. * tests/uniwidth/test-uc_width2.sh: For U+1D173..U+1D17A, expect 0, not 1. * modules/uniwidth/*: Bump version number of expected libunistring version. * modules/unilbrk/*: Likewise. --- modules/uniwidth/width | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/uniwidth/width') diff --git a/modules/uniwidth/width b/modules/uniwidth/width index cc43c79a4e..190155702a 100644 --- a/modules/uniwidth/width +++ b/modules/uniwidth/width @@ -10,7 +10,7 @@ uniwidth/base streq configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [uniwidth/width]) +gl_LIBUNISTRING_MODULE([0.9.4], [uniwidth/width]) Makefile.am: if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH -- cgit v1.2.1