48fa02f Ensure everything is read as UTF-8 and passed as unicode()

Authored and Committed by Alois Mahdal 4 years ago
    Ensure everything is read as UTF-8 and passed as unicode()
    
    jinja2 wants no part in the encoding game so expects everything to be
    either unicode() or ASCII.
    
        
file modified
+7 -3