Character Encoding
        Posted  
        
            by anteater7171
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by anteater7171
        
        
        
        Published on 2010-06-10T08:34:11Z
        Indexed on 
            2010/06/10
            8:42 UTC
        
        
        Read the original article
        Hit count: 396
        
My text editor allows me to code in several different character formats Ansi, UTF-8, UTF-8(No BOM), UTF-16LE, and UTF-16BE.
What is the difference between them?
What is commonly regarded as the best format (I'm using Python if that makes a diffrence)?
© Stack Overflow or respective owner