From 16c158fb2bff815486bb4426c2e00ad00d4d8138 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 26 Nov 2010 01:43:28 -0800 Subject: [PATCH] Unicode ellipsis fix. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index d869b5d1..def76815 100644 --- a/inc/config.php +++ b/inc/config.php @@ -99,7 +99,7 @@ define('FILE_INDEX', 'index.html', true); define('FILE_PAGE', '%d.html', true); - // Automatically convert things like "..." to Unicode characters ("�") + // Automatically convert things like "..." to Unicode characters ("…") define('AUTO_UNICODE', true, true); // Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc) define('WIKI_MARKUP', true, true);