PITS /
00922: When $ScriptUrl='/wiki/' - bug in WikiLinks delimited with slash (only with Czech diacritcs)
Summary: When
$ScriptUrl
='/wiki/' - bug in WikiLinks delimited with slash (only with Czech diacritcs)Created: 2007-05-07 12:26
Status: Open
Category: Bug
Assigned:
Priority: 2
Version: 2.1.27,2.2.0-beta45
OS: Win/Apache-2/Php-5
Description:
When I set $ScriptUrl
='/wiki/' (thats without http:// on the begining) the WikiLinks in the Czech Sandbox go all wrong.
Furthermore I've found out that it happens only when using links with slash delimiter: [[Link.Link / Caption with Czech letters ěčř]]
Example: when using link:
[[PmWikiCs/ěčřýáíéúůťľĺóňďüäöë]]
it generates:
<a class='createlinktext' href='/wiki/?n=PmWikiCs.<span class='c4'>9a</span><span class='c5'>a1</span><span class='c4'>8d</span><span class='c5'>99?action=edit'>ěčř</a></span>
Solution: I think it will be OK just to strongly warn Czech users that they ought to use a vertical bar instead of using the slash.