PRINT: Use UTF-8 encoding for output to the output subsystem.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Feb 2011 00:55:58 +0000 (16:55 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 20 Feb 2011 00:56:47 +0000 (16:56 -0800)
commitf9d0b49f59af300be5600141a0096b26c96abce9
treeccaad703dc71b5f0e00f1d92ac1e399862775a08
parentb4e0254416c503fc11eb2fd16ea913ae2f415890
PRINT: Use UTF-8 encoding for output to the output subsystem.

All string data coming into the output subsystem must be encoded in UTF-8,
but PRINT was recoding it into ASCII instead.
src/language/data-io/print.c