From 88d3a917fc755b07bc59ab80294eb06ae00c5c05 Mon Sep 17 00:00:00 2001 From: andi <andi@splitbrain.org> Date: Mon, 28 Feb 2005 21:29:40 +0100 Subject: [PATCH] fix for UTF8 namespaces in index #170 darcs-hash:20050228202940-9977f-4519f6a5fbc59d318ab3b55b2994fbb500344ccc.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index cb5496ccd..4761ade99 100644 --- a/inc/html.php +++ b/inc/html.php @@ -698,7 +698,7 @@ function html_index($ns){ $ns = dirname(str_replace(':','/',$ID)); if($ns == '.') $ns =''; } - $ns = str_replace(':','/',$ns); + $ns = utf8_encodeFN(str_replace(':','/',$ns)); print parsedLocale('index'); -- GitLab