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 7a16bfd commit 2c3ad70Copy full SHA for 2c3ad70
src/cls/EntityBrowser/API.cls
@@ -466,4 +466,11 @@ ClassMethod TokenizeString(Output pTokens, pString As %String)
466
}
467
468
469
+/// Enforce utf-8
470
+ClassMethod %ProcessResult(pSC As %Status, pResult As %DynamicObject = "") As %Status [ Internal ]
471
+{
472
+ set %response.CharSet = "utf-8"
473
+ quit ##super(pSC, pResult)
474
+}
475
+
476
0 commit comments