How to know whether a file's encoding is ansi or utf8?
    FreeSlave via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Jul 22 08:53:21 PDT 2014
    
    
  
Note that BOMs are optional and may be not presented in Unicode 
file. Also presence of leading bytes which look BOM does not 
necessarily mean that file is encoded in some kind of Unicode.
    
    
More information about the Digitalmars-d-learn
mailing list