From: John Darrington Date: Mon, 6 Jul 2009 16:44:27 +0000 (+0800) Subject: Convert to utf8 in data_out function. X-Git-Tag: build37~53^2~22 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729b96a6bd9342c45e6f65a113fd87c70da85b0a;hp=729b96a6bd9342c45e6f65a113fd87c70da85b0a;p=pspp-builds.git Convert to utf8 in data_out function. Previously, the output value of data_out was of arbitrary encoding. This change attempts to ensure that it is always utf8. ---