On 08/01/2016 20:10, Sebastian Huber wrote:


Can you print the type of 'c'?

<class 'int'>


This implies the input stream on Windows is binary in this case and not text and so the stream is ints. I suspect the fix here is more complicated if the data is some form of unicode format. I suppose the str() conversion is ok until we get reports it is not.

Chris

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to