u8-istream: New library for reading a text file and recoding to UTF-8.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Mar 2011 23:34:53 +0000 (16:34 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 16:43:44 +0000 (09:43 -0700)
commitd3e294c031bb767336435d2f0048994103fcd47a
treeb02819a77facc47224205187f865b21d6d29023b
parentf3668539947d5baed813a4f8436d6cf36abeedd2
u8-istream: New library for reading a text file and recoding to UTF-8.

This new library will be used in an upcoming commit.
src/libpspp/automake.mk
src/libpspp/u8-istream.c [new file with mode: 0644]
src/libpspp/u8-istream.h [new file with mode: 0644]
tests/automake.mk
tests/libpspp/u8-istream-test.c [new file with mode: 0644]
tests/libpspp/u8-istream.at [new file with mode: 0644]