data-in: Rewrite logic for recoding input, and get rid of src_enc member.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Sep 2010 03:56:50 +0000 (20:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Sep 2010 04:13:11 +0000 (21:13 -0700)
The logic used here seemed actually wrong for non-binary numeric formats
and AHEX format: we want these translated into the native encoding so that
we can interpret digits and letters properly without additional work.
The only case where we care about the output encoding is A format.


No differences found