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)
All string data coming into the output subsystem must be encoded in UTF-8,
but PRINT was recoding it into ASCII instead.


No differences found