diff options
| author | Bruno Haible <bruno@clisp.org> | 2011-01-09 10:11:05 +0100 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2011-01-09 10:11:05 +0100 |
| commit | d666cb6fafd0b8a46e1d1fd60d1707dd87cd9207 (patch) | |
| tree | 12e07aa51ea12af0413c6f5db4be71c8052af4ec /modules/uniwidth/u32-width | |
| parent | 609f3e2a87e4d73c558d982f0fd1cf1eae1553fd (diff) | |
| download | gnulib-d666cb6fafd0b8a46e1d1fd60d1707dd87cd9207.tar.gz | |
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.
Diffstat (limited to 'modules/uniwidth/u32-width')
| -rw-r--r-- | modules/uniwidth/u32-width | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/uniwidth/u32-width b/modules/uniwidth/u32-width index 95dd0f1621..11455c6d3d 100644 --- a/modules/uniwidth/u32-width +++ b/modules/uniwidth/u32-width @@ -9,7 +9,7 @@ uniwidth/base uniwidth/width configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [uniwidth/u32-width]) +gl_LIBUNISTRING_MODULE([0.9.4], [uniwidth/u32-width]) Makefile.am: if LIBUNISTRING_COMPILE_UNIWIDTH_U32_WIDTH |
