diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
commit | ace739e4ccb65fcdd134f3a6ed162e07c83159de (patch) | |
tree | fc99f0c8b8bcd0b2cf0bd4e7efdc89154b334128 /install.php | |
parent | 805c9a777d5f8870fb6a7cea2296a7c91b51edc1 (diff) | |
download | ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.gz ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.bz2 ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.zip |
sync from branches
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install.php b/install.php index 3b866ab6..7aed5b3a 100644 --- a/install.php +++ b/install.php @@ -101,6 +101,7 @@ switch ($_REQUEST['action']) { $charsets = array('de_DE' => 'ISO-8859-15', 'en_US' => 'iso-8859-1', 'en_GB' => 'UTF-8', + 'ja_JP' => 'UTF-8', 'es_ES' => 'iso-8859-1', 'fr_FR' => 'iso-8859-1', 'el_GR' => 'el_GR.utf-8', @@ -158,6 +159,7 @@ switch ($_REQUEST['action']) { // We need the charset for the different languages $charsets = array('de_DE' => 'ISO-8859-15', 'en_US' => 'iso-8859-1', + 'ja_JP' => 'UTF-8', 'en_GB' => 'UTF-8', 'es_ES' => 'iso-8859-1', 'fr_FR' => 'iso-8859-1', @@ -187,6 +189,7 @@ switch ($_REQUEST['action']) { // We need the charset for the different languages $charsets = array('de_DE' => 'ISO-8859-15', 'en_US' => 'iso-8859-1', + 'ja_JP' => 'UTF-8', 'en_GB' => 'UTF-8', 'es_ES' => 'iso-8859-1', 'fr_FR' => 'iso-8859-1', |