0

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.

Artem Ustimov
  • 98
  • 1
  • 5

1 Answers1

0

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

mythz
  • 141,670
  • 29
  • 246
  • 390