How to change the stdin encoding on python
        Posted  
        
            by user210481
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user210481
        
        
        
        Published on 2010-04-29T14:07:33Z
        Indexed on 
            2010/04/29
            14:17 UTC
        
        
        Read the original article
        Hit count: 292
        
Hi,
I'm using windows and linux machines for the same project. The default encoding for stdin on windows is cp1252 and on linux is utf-8.
I would like to change everything to uft-8. Is it possible? How can I do it?
Thanks Eduardo
© Stack Overflow or respective owner