bellroy / lesswrong

Less Wrong platform
http://lesswrong.org/
Other
49 stars 23 forks source link

Unable to view post http://lesswrong.com/lw/f00/link_the_most_important_unsolved_problems_in/ #457

Closed frediy closed 9 years ago

frediy commented 9 years ago

From wjmo...@gmail.com on October 22, 2012 09:24:27

Unicode in Python strikes again!

Visiting http://lesswrong.com/lw/f00/link_the_most_important_unsolved_problems_in/ raises an exception

Module r2 .models.poll:93 in renderpolls

text = re.sub(pollid_re, checkmatch, text) Module re:151 in sub return _compile(pattern, 0).sub(repl, string, count) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 576: ordinal not in range(128)

Original issue: http://code.google.com/p/lesswrong/issues/detail?id=359

frediy commented 9 years ago

From wjmo...@gmail.com on October 21, 2012 16:16:53

Status: Fixed