From 2a20b04f5ee43d5cfc9a07988871096dd41c6adf Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 16 Jan 2006 23:19:44 +0000 Subject: Added charset conversion in rcube_remote_response() --- program/include/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/main.inc b/program/include/main.inc index ab11911b2..307a880fb 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -629,7 +629,7 @@ function rcube_remote_response($js_code, $flush=FALSE) } // send response code - print $js_code; + print rcube_charset_convert($js_code, 'UTF-8', $GLOBALS['CHARSET']); if ($flush) // flush the output buffer flush(); -- cgit v1.2.3