We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ee7ff commit 7165921Copy full SHA for 7165921
system/Bootstrap.cfc
@@ -307,7 +307,7 @@ component serializable="false" accessors="true" {
307
// ColdBox does native JSON if you return a complex object.
308
else {
309
renderedContent = cbController.getUtil().toJson( local.refResults.results );
310
- getPageContextResponse().setContentType( "application/json" );
+ getPageContextResponse().setContentType( "application/json;charset=utf-8" );
311
}
312
313
// Render Layout/View pair via set variable to eliminate whitespace
0 commit comments