atelic / pagure

Forked from pagure 7 years ago
Clone

65d40ac Let guess_encoding try all the possible encodings before making its choice

Authored and Committed by pingou 7 years ago
    Let guess_encoding try all the possible encodings before making its choice
    
    This way, if by any chance the first one isn't the right one, we can
    still try the others. If all luck ran out, we can then properly bail and
    leave it up to the caller to handle the situation.
    
        
file modified
+10 -1
file modified
+6 -2
file modified
+19 -3