diff options
author | pb1dft <pb1dft@ampache> | 2006-11-30 22:49:24 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-30 22:49:24 +0000 |
commit | 895702ad24bc24babdaa48095e7fe4364354e1e1 (patch) | |
tree | e8502098cd1974d1cd25c2724a9bf343d5de6cfc /config | |
parent | 0af24517dc17d953d5cc8fcd6f7f848d27f96163 (diff) | |
download | ampache-895702ad24bc24babdaa48095e7fe4364354e1e1.tar.gz ampache-895702ad24bc24babdaa48095e7fe4364354e1e1.tar.bz2 ampache-895702ad24bc24babdaa48095e7fe4364354e1e1.zip |
Changed default site_charset to UTF-8 in config/ampache.cfg.php.dist
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 83dc56df..203b8c3e 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -276,9 +276,9 @@ debug_level = 5 max_upload_size = "10485760" # Charset of generated HTML pages -# Default of iso-8859-1 should work for most poeple -# DEFAULT: iso-8859-1 -site_charset = iso-8859-1 +# Default of UTF-8 should work for most poeple +# DEFAULT: UTF-8 +site_charset = UTF-8 # Locale Charset # In some cases this has to be different |