Opened 16 years ago
Closed 16 years ago
#8085 closed defect (invalid)
Wrong wiki page link for some unicode
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.12dev |
Severity: | normal | Keywords: | link needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I wanted to link a wiki page named '게임아트/ART-PROCESS/아트프로세스' (3 depth)
with following:
[wiki:게임아트/ART-PROCESS/아트프로세스]
However, unexpacted result. (duplicated first one)
That link to '게임아트/게임아트/ART-PROCESS/아트프로세스'.
url: wiki/%EA%B2%8C%EC%9E%84%EC%95%84%ED%8A%B8/%EA%B2%8C%EC%9E%84%EC%95%84%ED%8A%B8/ART-PROCESS/%EC%95%84%ED%8A%B8%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4
And I tryed another way in a wiki page named '게임아트/ART-PROCESS'
like this:
[wiki:./아트프로세스]
Unexpacted result also.
That link to '게임아트/아트프로세스' (disappeared second one)
url: wiki/%EA%B2%8C%EC%9E%84%EC%95%84%ED%8A%B8/%EC%95%84%ED%8A%B8%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4
I think it's caused of some specific unicode.
System Info | |
Trac: | 0.12dev-r7811 (upgraded from TOW) |
Python: | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] |
setuptools: | 0.6c9 |
SQLite: | 3.3.4 |
pysqlite: | 2.3.2 |
Genshi: | 0.6dev-r999 |
Babel: | 1.0dev-r467 |
mod_python: | 3.3.1 |
Pygments: | 1.0 |
Subversion: | 1.5.1 (r32289) |
jQuery: | 1.2.6 |
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Keywords: | needinfo added |
---|
- 게임아트/ART-PROCESS/아트프로세스 works (both trunk and 0.11-stable). Maybe you have some plugin going in the way?
- 아트프로세스 doesn't work, but this is #6884
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This defect seems to be related with the wiki page in tow or more depth, not unicode.
I think a link code like '[wiki:a/b/c]' make diffrent links in deffent depth pages.
I'm testing more for a report about weak point of the link system.
And then close this ticket as invalid.