close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 17 years ago

#59 closed defect (fixed)

Fix Unicode issues

Reported by: Slava Akhmechet Owned by: Slava Akhmechet
Priority: high Milestone: 0.1
Component: weblocks Version: pre-0.1
Keywords: unicode Cc:

Description

Currently inputting unicode characters (like Ś, ę, ż) causes problems on the server. This needs to be fixed.

Change History (1)

comment:1 Changed 17 years ago by Slava Akhmechet

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.