Skip to content

Commit

Permalink
Do not serve everything as utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored and Nikita Savchenko committed Jun 2, 2018
1 parent 2c3ad70 commit 8a4b5ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cls/EntityBrowser/ServeXData.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Class EntityBrowser.ServeXData Extends %CSP.REST [ Abstract ]
{

/// Charset to use for REST responses (includes the ones forwarded to EntityBrowser.API)
Parameter CHARSET = "utf-8";

/// This is the <Routes> example. Copy this definitions to the URLMap XData of your class.
XData UrlMap
{
Expand Down

0 comments on commit 8a4b5ee

Please sign in to comment.