dictionary: Make dict_create() take the new dictionary's encoding.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Apr 2011 04:40:48 +0000 (21:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 04:13:53 +0000 (21:13 -0700)
There are several places in the PSPP tree that create dictionaries,
but few of them actually set an encoding.  This causes most
dictionaries to be in the default encoding, which is often not
correct.

By making dict_create() take the encoding as a parameter we force
the caller to think about the encoding issue up-front.


No differences found