Re: Issue 3399 in reviewboard: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file

2014-06-06 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3399 by trowb...@gmail.com: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file http://code.google.com/p/reviewboard/issues/detail?id=3399 Fixed in release-2.0.x (d4c4887). Thanks! -- You received this message

Re: Issue 3399 in reviewboard: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file

2014-06-04 Thread reviewboard
Comment #1 on issue 3399 by bruce.c...@gmail.com: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file http://code.google.com/p/reviewboard/issues/detail?id=3399 The file contains a section symbol 'ยง' which is probably causing the problem, since it's non-ascii.

Re: Issue 3399 in reviewboard: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file

2014-06-04 Thread reviewboard
Comment #2 on issue 3399 by bruce.c...@gmail.com: v2.0.1, RB throws LookupError in convert_to_unicode for ISO-8859 with CRLF file http://code.google.com/p/reviewboard/issues/detail?id=3399 Overriding the encoding to be utf-8 appears to have fixed (worked around?) the problem. -- You