Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.6.1
-
Fix Version/s: None
-
Component/s: Wiki (1.x)
-
Labels:None
-
Environment:All
-
Affected Branches:MOODLE_16_STABLE
Description
Wiki is incorrectly linking word with foreign lovercase characters if CamelCaseLinking is enabled.
I have followed issue to mod/wiki/ewiki/ewiki.php
line 96-95 are something what should be changed,
define(EWIKI_CHARS_L, a-z_??$337-377);
define(EWIKI_CHARS_U, A-Z0-9300-336);
but how to do it and support all upper/lowercase combinations in UTF-8 character set.
From Petr Skoda (skodak at centrum.cz) Wednesday, 5 July 2006, 06:33 PM:
This is a known problem, it will not be fixed in old wiki because we are waiting for new dfwiki based implementation - sorry.