"print" relies on a "fwrite" statement which relies on the unix/windows
subsystem and its display program used in the "console mode" .
To print data reliably, you must know the encoding that this display program
expects. It may depends on the BIOS.
see http://www.jorendorff.com/articles/unicode/python.html
Jean-Michel Fauth, Switzerland.