﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1484292	[PATCH] mb_convert_encoding() can not convert WINDOWS-1257	artis		"$from = ""WINDOWS-1257""[[BR]]
$to = ""UTF-8""

Illegal character encoding specified in program/include/main.inc on line 947


{{{
[PATCH]
/trunk/roundcubemail/program/include/main.inc
line: 939

    $to = $to==""UTF-7"" ? ""UTF7-IMAP"" : $to;
+   $from = $from==""WINDOWS-1257"" ? ""ISO-8859-13"" : $from;
    $from = $from==""UTF-7"" ? ""UTF7-IMAP"": $from;
}}}
"	Feature Patches	closed	5	0.1-rc2	Core functionality	git-master	normal	fixed		
