2408 CJK character width handled incorrectly in terminal emulators
commit2da1cd3a39e2d3da7f9d15071ea9462919c011ac
authorGarrett D'Amore <garrett@dey-sys.com>
Wed, 28 Aug 2013 01:16:23 +0000 (27 18:16 -0700)
committerGarrett D'Amore <garrett@dey-sys.com>
Tue, 3 Sep 2013 15:45:00 +0000 (3 08:45 -0700)
treeb3eca2fd8197b6d57f6a3ab02c58e68d415e2a15
parent03fc868668dd42b1b163d1fb8af3968f7283a7eb
2408 CJK character width handled incorrectly in terminal emulators
3019 localedef(1) manpage is pretty out of date
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Lauri Tirkkonen <lotheac@iki.fi>
Reviewed by: Andy Stormont <andyjstormont@gmail.com>
Approved by: Gordon Ross <gordon.ross@nexenta.com>
usr/src/cmd/localedef/Makefile
usr/src/cmd/localedef/ctype.c
usr/src/cmd/localedef/data/widths.txt [new file with mode: 0644]
usr/src/cmd/localedef/localedef.c
usr/src/cmd/localedef/localedef.h
usr/src/cmd/localedef/mkwidths.py [new file with mode: 0644]
usr/src/cmd/localedef/parser.y
usr/src/cmd/localedef/scanner.c
usr/src/cmd/localedef/widths-0.txt [new file with mode: 0644]
usr/src/man/man1/localedef.1