• Carlos Ramos Carreño's avatar
    Fix encode/decode mistakes in corporate identity. · 15e90ff9
    Carlos Ramos Carreño authored
    Instead of using encode/decode is it better to use str2bytes and
    bytes2str, so that the types in Python 2 are unchanged. More important,
    this prevents the double encoding of bytes, which causes problems
    when they have non-ASCII data encoded.
    15e90ff9
extension.erp5.TemplateDocumentConversion.py 2.04 KB