• Carlos Ramos Carreño's avatar
    Fix encode/decode mistakes in corporate identity. · bea27c63
    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.
    bea27c63
extension.erp5.TemplateDocumentConversion.py 2.04 KB