On 2014-10-15, Stefan Bodewig wrote:
> In JaxRsHalBuilderReaderSupport I've explicitly set the encoding to
> UTF-8 as I assumed this was the default encoding for
> application/json+hal (as it is for application/json AFAIK). Can anybody
> confirm this assumption?
Glancing over the specs for application/json and application/hal+json
the former explicitly only permits UTF-encodings (and leaves it to the
client to figure out which it is) the later doesn't state anything about
encoding or charsets.
Stefan