Previous Top


Clearly an encoding problem: UTF-8 displayed as Latin-1 (the one international character becomes two-bytes, and any bytes can become a valid character with Latin-1).

So, the question is, what did we get wrong... we used binmode on the STDOUT handle, but what about the string?
Next Top

doom@kzsu.stanford.edu