encoding-guesser: New library to guess the encoding of a text file.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 16:43:42 +0000 (09:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Mar 2011 16:43:42 +0000 (09:43 -0700)
commitf3668539947d5baed813a4f8436d6cf36abeedd2
treea7932fa0960889b4089b20817c35f5393614fda1
parentc69c407c02121e63bdadf6efe55e4211abd03ad2
encoding-guesser: New library to guess the encoding of a text file.

This will be used by other new libraries in upcoming commits.
Smake
src/libpspp/automake.mk
src/libpspp/encoding-guesser.c [new file with mode: 0644]
src/libpspp/encoding-guesser.h [new file with mode: 0644]
tests/automake.mk
tests/libpspp/encoding-guesser-test.c [new file with mode: 0644]
tests/libpspp/encoding-guesser.at [new file with mode: 0644]