Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(436)

Issue 8277048: issue #353 : FootNote doesn't work with non-ASCII (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by sunu0000
Modified:
9 years, 1 month ago
Reviewers:
waldi
Visibility:
Public.

Description

issue #353 : FootNote doesn't work with non-ASCII

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -9 lines) Patch
M MoinMoin/converter/_args_wiki.py View 5 chunks +5 lines, -5 lines 3 comments Download
M MoinMoin/converter/_tests/test__args_wiki.py View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 1
waldi
11 years ago (2013-04-08 15:41:20 UTC) #1
Please properly describe what you are trying to do. Except for the two
re.UNICODE changes, I see nothing that is suitable.

https://codereview.appspot.com/8277048/diff/1/MoinMoin/converter/_args_wiki.py
File MoinMoin/converter/_args_wiki.py (right):

https://codereview.appspot.com/8277048/diff/1/MoinMoin/converter/_args_wiki.p...
MoinMoin/converter/_args_wiki.py:33: _parse_re = re.compile(_parse_rules, re.X |
re.UNICODE)
Maybe okay

https://codereview.appspot.com/8277048/diff/1/MoinMoin/converter/_args_wiki.p...
MoinMoin/converter/_args_wiki.py:48: value = (match.group(2) or match.group(3)
or match.group(4))
Nope. The strings can be escaped. And they are documented this way.

https://codereview.appspot.com/8277048/diff/1/MoinMoin/converter/_args_wiki.p...
MoinMoin/converter/_args_wiki.py:75: value = u'"' + value + u'"'
Not okay
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b