Skip to content

Commit 8a4b5ee

Browse files
eduard93zitros
authored andcommitted
Do not serve everything as utf-8
1 parent 2c3ad70 commit 8a4b5ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cls/EntityBrowser/ServeXData.cls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Class EntityBrowser.ServeXData Extends %CSP.REST [ Abstract ]
44
{
55

6-
/// Charset to use for REST responses (includes the ones forwarded to EntityBrowser.API)
7-
Parameter CHARSET = "utf-8";
8-
96
/// This is the <Routes> example. Copy this definitions to the URLMap XData of your class.
107
XData UrlMap
118
{

0 commit comments

Comments
 (0)