diff options
Diffstat (limited to 'inc/utf8.php')
-rw-r--r-- | inc/utf8.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/utf8.php b/inc/utf8.php index 8793cb856..50a9556ee 100644 --- a/inc/utf8.php +++ b/inc/utf8.php @@ -576,4 +576,6 @@ $UTF8_SPECIAL_CHARS = array( 0xf8f1, 0xf8f2, 0xf8f3, 0xf8f4, 0xf8f5, 0xf8f6, 0xf8f7, 0xf8f8, 0xf8f9, 0xf8fa, 0xf8fb, 0xf8fc, 0xf8fd, 0xf8fe, 0xfe7c, 0xfe7d, ); -?> + + +//Setup VIM: ex: et ts=2 enc=utf-8 : |