1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/uniwidth/width
Bruno Haible d666cb6faf 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.
2011-01-09 10:11:05 +01:00

29 lines
361 B
Plaintext

Description:
Determine display width of Unicode character.
Files:
lib/uniwidth/width.c
lib/uniwidth/cjk.h
Depends-on:
uniwidth/base
streq
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [uniwidth/width])
Makefile.am:
if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
lib_SOURCES += uniwidth/width.c
endif
Include:
"uniwidth.h"
License:
LGPL
Maintainer:
Bruno Haible