Replace legacy_recode with recode_string.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 09:35:21 +0000 (17:35 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 09:35:21 +0000 (17:35 +0800)
commit2764b3157e26955a31af5f4aa7d14e27098ddf19
tree285a77a0d6488ac78095c178ddaff2531fcbb63e
parent82217038368a953179398d9ecc7b80169a1b9ddc
Replace legacy_recode with recode_string.

Iconv seems to do a good job of converting between
ascii and ebcdic, so use the recode_string function
instead of our own conversion routines.
src/data/data-in.c
src/data/data-out.c
src/language/data-io/file-handle.q
src/language/data-io/print.c
src/language/expressions/operations.def
src/libpspp/legacy-encoding.c
src/libpspp/legacy-encoding.h
src/output/table.c