u8-line: Factor out new library for composing lines of text in UTF-8.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 24 Dec 2012 22:16:51 +0000 (14:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 25 Dec 2012 01:13:39 +0000 (17:13 -0800)
commitb2518c70cc5b55bb630b07ddcda5dfd7a3613da4
tree9966107de9443ed0227356d8818a5c5af7c2b656
parent936161be716da10dc67b6ade69cb7f04f45ab126
u8-line: Factor out new library for composing lines of text in UTF-8.

This code from the ASCII driver will also be useful for the PRINT command
in an upcoming commit.
src/libpspp/automake.mk
src/libpspp/u8-line.c [new file with mode: 0644]
src/libpspp/u8-line.h [new file with mode: 0644]
src/output/ascii.c