From f1cf028af872a8c9b6a5f6a71885dd374b2056ea Mon Sep 17 00:00:00 2001 From: diml Date: Tue, 8 Apr 2008 21:55:22 +0000 Subject: [PATCH] added post URL backconversion to UTF8 --- search/documents/glossary_document.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/search/documents/glossary_document.php b/search/documents/glossary_document.php index 3a533ec521..8d48e112b2 100644 --- a/search/documents/glossary_document.php +++ b/search/documents/glossary_document.php @@ -245,4 +245,13 @@ function glossary_check_text_access($path, $itemtype, $this_id, $user, $group_id return true; } + +/** +* post processes the url for cleaner output. +* @param string $title +*/ +function glossary_link_post_processing($title){ + return mb_convert_encoding($title, 'auto', 'UTF-8'); +} + ?> \ No newline at end of file -- 2.39.5