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.
Note: See
TracTickets for help on using
tickets.
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.