]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix the --width option to not split multibyte characters, and respect the
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:09:27 +0000 (15:09 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2001 15:09:27 +0000 (15:09 +0000)
commit8f746ca065b2d9c1d77012cf0d7fbc26542da620
treeb79042bd33d9a939c207112dab8d3cbb663713d0
parent1cdf3237843b59a8c72cbd3f2f2e2118e3573277
Fix the --width option to not split multibyte characters, and respect the
wcwidth of the characters.
25 files changed:
lib/.cvsignore [new file with mode: 0644]
lib/3level.h [new file with mode: 0644]
lib/ChangeLog
lib/Makefile.am
lib/c-ctype.c [new file with mode: 0644]
lib/c-ctype.h [new file with mode: 0644]
lib/config.charset [new file with mode: 0755]
lib/gen-lbrkprop.c [new file with mode: 0644]
lib/lbrkprop.h [new file with mode: 0644]
lib/linebreak.c [new file with mode: 0644]
lib/linebreak.h [new file with mode: 0644]
lib/localcharset.c [new file with mode: 0644]
lib/ref-add.sin [new file with mode: 0644]
lib/ref-del.sin [new file with mode: 0644]
src/ChangeLog
src/FILES
src/Makefile.am
src/message.c
src/message.h
src/msgcomm.c
src/msgmerge.c
src/msgunfmt.c
src/write-po.c [new file with mode: 0644]
src/write-po.h [new file with mode: 0644]
src/xgettext.c