Opened 16 years ago
Closed 15 years ago
#1144 closed bug (wontfix)
form.serialize() and character sets
Reported by: | tipiirai | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | ajax | Version: | 1.2 |
Keywords: | character encoding | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
I am using ISO-8851-1 in my form fields (i live in Finland) and when data is submitted with form.serialize() it is not posted correclty. Is this a bug or is there a workaround?
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.1.3 → 1.2.1 |
Resolution: | → wontfix |
Status: | new → closed |
Version: | 1.1.2 → 1.2 |
Note: See
TracTickets for help on using
tickets.
Serialized data is encoded in UTF-8 when using JavaScript. The workaround is to manage this on the server.