mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
* Mail/API: some servers do report capabilities that they do not fully support; thus relying on those results in failure; use hordes capability_ignore to avoid the problems;map charset ks_c_5601-1987 to CP949 as the former is not supported by php(s) conversion functions and should be mapped to the latter
This commit is contained in:
parent
7e5873eefa
commit
23fdf1c46e
@ -825,6 +825,9 @@ class translation
|
||||
*/
|
||||
switch($from)
|
||||
{
|
||||
case 'ks_c_5601-1987':
|
||||
$from = 'CP949';
|
||||
break;
|
||||
case 'gb2312':
|
||||
case 'gb18030':
|
||||
$from = 'EUC-CN';
|
||||
|
Loading…
Reference in New Issue
Block a user