• Carlos Ramos Carreño's avatar
    Fix encode/decode mistakes in corporate identity. · f6b2cb1b
    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.
    f6b2cb1b
WebPage_viewAsBook.py 18.2 KB