Re: Issue 3929 in reviewboard: Thumbnail for file attachements rendered using wrong encoding

2015-07-24 Thread reviewboard
Comment #3 on issue 3929 by ex...@dps-online.de: Thumbnail for file attachements rendered using wrong encoding https://code.google.com/p/reviewboard/issues/detail?id=3929 It is encoded in Windows CodePage 1252. -- You received this message because this project is configured to send all iss

Re: Issue 3928 in reviewboard: Tab indenting in google chrome broken

2015-07-24 Thread reviewboard
Comment #2 on issue 3928 by mjbr...@gmail.com: Tab indenting in google chrome broken https://code.google.com/p/reviewboard/issues/detail?id=3928 chrome bug created: https://code.google.com/p/chromium/issues/detail?id=513598 -- You received this message because this project is configured t

Re: Issue 3870 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1: ordinal not in range(128)

2015-07-24 Thread reviewboard
Comment #5 on issue 3870 by thibault...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1: ordinal not in range(128) https://code.google.com/p/reviewboard/issues/detail?id=3870 Found a quick fix I replaced 'diff': b''.join(diff), By 'diff': b''.join("%

Re: Issue 3870 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1: ordinal not in range(128)

2015-07-24 Thread reviewboard
Comment #6 on issue 3870 by trowb...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1: ordinal not in range(128) https://code.google.com/p/reviewboard/issues/detail?id=3870 You can add additional encodings in the "Encoding" field under "Advanced Settings" fo