• 
      

    Fix Issue 3789: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 92: ordinal not in range(128)" sending an email on Windows

    Review Request #6985 — Created Feb. 27, 2015 and submitted — Latest diff uploaded

    Information

    Review Board
    master
    516bce8...

    Reviewers

    Fix Issue 3789: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 92: ordinal not in range(128)" sending an email on Windows.

    Problem is that the windows exception text can contain Umlauts, which brakes the logging.

    This way of error logging of exceptions is used in many classes of RB.

    Someone should refactor all these occurences, becuase they might not be save!

    Testing in Application