Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r3708756e6b059daab977fbd72d77ace8b136f776 -rfc17fee65ef77d80ef1a763d0cfa37ebfe9f2bab --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 3708756e6b059daab977fbd72d77ace8b136f776) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision fc17fee65ef77d80ef1a763d0cfa37ebfe9f2bab) @@ -518,7 +518,7 @@ jsonpCallback : 'undefined' === typeof jsonpCallback || null == jsonpCallback ? "callback" : jsonpCallback, timeout : 7313, global : true, - contentType : 'undefined' === typeof contentType || null == contentType ? 'application/json' : contentType, + contentType : 'undefined' === typeof contentType || null == contentType ? 'application/json; charset=UTF-8' : contentType, async : 'undefined' === typeof async || null == async ? true : async, cache : false, success : function(data) {