#59: Fix Unicode issues -------------------------+-------------------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: closed Priority: high | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Resolution: fixed | Keywords: unicode -------------------------+-------------------------------------------------- Changes (by sakhmechet):
* resolution: => fixed * status: new => closed
Comment:
Fixed. JSON shouldn't be sent as X-JSON header property because HTTP headers do not have an encoding. It's now sent as part of the body.
Hunchentoot is configured to send and receive data in utf-8.