This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ public function postDispatch()
332
332
$ this ->view ->generatedTimer = round ((microtime (true ) - START_TIME ), 3 );
333
333
if (Zend_Registry::get ('configGlobal ' )->environment != 'testing ' )
334
334
{
335
- header ('Content-Type: text/html; charset=ISO-8859-1 ' );
335
+ header ('Content-Type: text/html; charset=UTF-8 ' );
336
336
}
337
337
}
338
338
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ function loadAjaxDynamicBar(name,url)
388
388
389
389
$ . ajax ( {
390
390
url : $ ( '.webroot' ) . val ( ) + url ,
391
- contentType : "application/x-www-form-urlencoded;charset=ISO-8859-15 " ,
391
+ contentType : "application/x-www-form-urlencoded;charset=UTF-8 " ,
392
392
success : function ( data ) {
393
393
$ ( "div.TopDynamicLoading" ) . hide ( ) ;
394
394
$ ( 'div.TopDynamicContent' ) . hide ( ) ;
@@ -423,7 +423,7 @@ function loadDialog(name,url)
423
423
$ ( "div.MainDialogLoading" ) . show ( ) ;
424
424
$ . ajax ( {
425
425
url : $ ( '.webroot' ) . val ( ) + url ,
426
- contentType : "application/x-www-form-urlencoded;charset=ISO-8859-15 " ,
426
+ contentType : "application/x-www-form-urlencoded;charset=UTF-8 " ,
427
427
success : function ( data ) {
428
428
$ ( 'div.MainDialogContent' ) . html ( data ) ;
429
429
$ ( "div.MainDialogLoading" ) . hide ( ) ;
You can’t perform that action at this time.
0 commit comments