Merge lp://staging/~hideaki-t/wikkid/unicode_test into lp://staging/wikkid
Proposed by
Hideaki Takahashi
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~hideaki-t/wikkid/unicode_test |
Merge into: | lp://staging/wikkid |
Diff against target: |
146 lines (+17/-13) 7 files modified
wikkid/app.py (+1/-1) wikkid/dispatcher.py (+2/-2) wikkid/filestore/bzr.py (+8/-6) wikkid/formatter/creoleformatter.py (+1/-0) wikkid/skin/loader.py (+1/-1) wikkid/view/textfile.py (+3/-2) wikkid/view/urls.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~hideaki-t/wikkid/unicode_test |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Needs Fixing | ||
Wikkid Hackers | Pending | ||
Review via email: mp+60980@code.staging.launchpad.net |
Description of the change
I developed non-ASCII character support(path/URI, contents) for wikkid.
I think this contains the solution for Bug #614286(without creole parser changes)
To post a comment you must log in.
Unmerged revisions
- 61. By Hideaki Takahashi
-
revert #50/#51.
pass unicode string to the creole parser.
- 60. By Hideaki Takahashi
-
support non-ascii contents in preview.
- 59. By Hideaki Takahashi
-
merge trunk
- 58. By Hideaki Takahashi
-
merge trunk changes.
- 57. By Hideaki Takahashi
-
merge trunk changes
- 56. By Hideaki Takahashi
-
Convert content to utf-8.
Use safe_utf8 function provided by bzrlib to convert to utf-8. - 55. By Hideaki Takahashi
-
don't decode string object.
- 54. By Hideaki Takahashi
-
Support MS Windows environment.
Use os module insted of bzrlib.urlutils for non bzr controled contents. - 53. By Hideaki Takahashi
-
At first, convert the path string to unicode.
- 52. By Hideaki Takahashi
-
support non ascii filename/URI
On Sat, 14 May 2011 16:53:24 you wrote: /code.launchpad .net/~hideaki- t/wikkid/ unicode_ test/+merge/ 60980
> Hideaki Takahashi has proposed merging lp:~hideaki-t/wikkid/unicode_test
> into lp:wikkid.
>
> Requested reviews:
> Wikkid Hackers (wikkid)
>
> For more details, see:
> https:/
>
> I developed non-ASCII character support(path/URI, contents) for wikkid.
> I think this contains the solution for Bug #614286(without creole parser
> changes)
Thanks for that. the changes generally look good.
Do you have any suggestions for testing it?
Tim