It seems I cannot get UTF-8 encoding to be sent in the response headers. I tried using this to no avail:
resp.setHeader("Content-Encoding", "utf-8");
Does anyone know when is this bug to be fixed or is there a workaround?
References:
|
|
It seems I cannot get UTF-8 encoding to be sent in the response headers. I tried using this to no avail:
Does anyone know when is this bug to be fixed or is there a workaround? References:
|
||
|
|
|
|
Per the w3 reference,
i.e., the |
||
|
|
|
|
Content-Encoding set the content encoding for example gzip... |
||
|
|