Side navigation
#1144 closed bug (wontfix)
Opened April 25, 2007 12:18PM UTC
Closed September 15, 2007 02:48AM UTC
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
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?
Attachments (0)
Change History (2)
Changed April 27, 2007 12:00AM UTC by comment:1
Changed September 15, 2007 02:48AM UTC by comment:2
description: | 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? → 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? |
---|---|
milestone: | 1.1.3 → 1.2.1 |
resolution: | → wontfix |
status: | new → closed |
version: | 1.1.2 → 1.2 |
Serialized data is encoded in UTF-8 when using JavaScript. The workaround is to manage this on the server.