8
0
Fork 0

UTF8 Internal link support

example:
[Hello CHS](!Examples/你好世界)
Dieser Commit ist enthalten in:
Schiznitz 2016-01-26 14:35:29 +08:00
Ursprung 6111ca46fa
Commit ae9bfe4844
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -153,6 +153,8 @@ class DauxHelper
return false;
}
$node = urldecode($node);
// if the node exists in the current request tree,
// change the $tree variable to reference the new
// node and proceed to the next url part