Artem Ustimov
Artem Ustimov

Reputation: 98

How to change response encoding?

By default my ServiceStack service returns json responses in UTF-8 encoding. How to change it to ASCII? I think this shouldn't be difficult, but I have no idea how to do it.

Upvotes: 0

Views: 136

Answers (1)

mythz
mythz

Reputation: 143284

ServiceStack Serializers are hard-coded to use UTF-8 and can't be changed.

Upvotes: 0

Related Questions