thomascube
2006-01-16 2a20b04f5ee43d5cfc9a07988871096dd41c6adf
Added charset conversion in rcube_remote_response()


1 files modified
2 ■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -629,7 +629,7 @@
    }
  // send response code
  print $js_code;
  print rcube_charset_convert($js_code, 'UTF-8', $GLOBALS['CHARSET']);
  if ($flush)  // flush the output buffer
    flush();