charset is neither defined in HTTP_ACCEPT_LANGUAGE nor in HTTP_USER_AGENT variables

This commit is contained in:
Loïc Chapeaux
2002-02-22 09:21:16 +00:00
parent 531c0ed064
commit b25b612274

View File

@@ -58,8 +58,8 @@ $available_languages = array(
'he' => array('he|hebrew', 'hebrew', 'he'), 'he' => array('he|hebrew', 'hebrew', 'he'),
'hu' => array('hu|hungarian', 'hungarian', 'hu'), 'hu' => array('hu|hungarian', 'hungarian', 'hu'),
'it' => array('it|italian', 'italian', 'it'), 'it' => array('it|italian', 'italian', 'it'),
'ja' => array('ja|japanese-euc', 'japanese-euc', 'ja'), 'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja'),
'ja-sjis' => array('ja|japanese-sjis', 'japanese-sjis', 'ja'), 'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja'),
'ko' => array('ko|korean', 'korean', 'ko'), 'ko' => array('ko|korean', 'korean', 'ko'),
'nl' => array('nl([-_][[:alpha:]]{2})?|dutch', 'dutch', 'nl'), 'nl' => array('nl([-_][[:alpha:]]{2})?|dutch', 'dutch', 'nl'),
'no' => array('no|norwegian', 'norwegian', 'no'), 'no' => array('no|norwegian', 'norwegian', 'no'),