Added a dict parameter to data_in and dealt with the consequences.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 12 Jul 2009 14:13:44 +0000 (22:13 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 12 Jul 2009 14:13:44 +0000 (22:13 +0800)
The data_in function now takes a pointer to a struct dictionary,
which must be the dictionary with which the output value is
associated.  Data_in now ensures that the data of string values
is converted to the dictionary's encoding if necessary.


No differences found