Add ENCODING subcommand to several commands.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 20 Jun 2012 05:43:24 +0000 (22:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 20 Jun 2012 06:09:38 +0000 (23:09 -0700)
commit2814862a2c45a39f9822cf4c64ca3884822d064d
treea15e216f1fca6eca8b6fd983c6fc62f5c04b6054
parent20af4ead4d4c440c5bc269274cd5a87fa9e7056d
Add ENCODING subcommand to several commands.

I believe that this completes support for encodings for data input
commands such as DATA LIST and GET DATA/TYPE=TXT.  Support is still
incomplete for data output commands such as PRINT, which confuse
byte offsets with character positions.

Debian bug #676371.
Reported-by: Gunther Furtado <gunfurtado@gmail.com>
17 files changed:
NEWS
doc/data-io.texi
doc/files.texi
src/data/file-handle-def.c
src/data/file-handle-def.h
src/language/data-io/data-list.c
src/language/data-io/data-parser.c
src/language/data-io/data-reader.c
src/language/data-io/data-reader.h
src/language/data-io/data-writer.c
src/language/data-io/data-writer.h
src/language/data-io/file-handle.q
src/language/data-io/get-data.c
src/language/data-io/inpt-pgm.c
src/language/data-io/print-space.c
src/language/data-io/print.c
tests/language/data-io/get-data-txt.at