ascii: Add support for multibyte characters.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Apr 2011 03:21:57 +0000 (20:21 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Apr 2011 03:21:57 +0000 (20:21 -0700)
commit14b360304396965ef0ed26f639e5b07e2766d23e
treeadffda3164e96e28e8325da2976a61b317aada02
parent4ec29c46810e4014b16bdf899691b298a00925e4
ascii: Add support for multibyte characters.

This commit modifies render.at, changing hyphens to non-breaking
hyphens.  This change is only to ensure that the output for the tests
in render.at are the same afterward.  Without these changes, these
tests wrap these tables differently, because they break after the
hyphens; before, only spaces were considered valid breakpoints.

Bug #31478.
NEWS
doc/invoking.texi
src/libpspp/str.c
src/libpspp/str.h
src/output/ascii.c
src/output/ascii.h [new file with mode: 0644]
tests/automake.mk
tests/output/ascii.at [new file with mode: 0644]
tests/output/render-test.c
tests/output/render.at