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.
Asked
Active
Viewed 133 times
1 Answers
0
ServiceStack Serializers are hard-coded to use UTF-8 and can't be changed.

mythz
- 141,670
- 29
- 246
- 390