Opened 10 years ago
Closed 10 years ago
#12354 closed bug (invalid)
Serialize causes “ character to be converted to “.
Reported by: | dqhendricks | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the user:
- Has a form with an input that contain the character “.
- Uses jQuery to serialize this form, and submit it to a server via an AJAX request.
Unexpected result:
- Server side this character is received as “.
Expected result: The “ character should be received server side as “, since that is what would happen if you hit the submit button on the same form.
Notes: This is using Windows XP and Chrome 21.0.1180.79 m.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sounds like your character encodings are wrong. This isn't a jQuery bug. Please ask for help on a forum.
Note: See
TracTickets for help on using
tickets.
Also, the AJAX request is of type POST.