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.
2 parents d9ee7ff + 7165921 commit 71ae20aCopy full SHA for 71ae20a
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