Side navigation
#12935 closed bug (duplicate)
Opened November 21, 2012 09:44AM UTC
Closed November 21, 2012 05:17PM UTC
Ajax data encoding ignored when passing data in as map
Reported by: | christian.weder@hotmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When creating an ajax request with a different encoding than UTF-8 and using a map for the data option, the ajax encoding is being ignored while converting the map to a query string. This is probably due to the fact that the jquery.param method that is used to convert the map to a query string uses the javascript method encodeURIComponent which creates an UTF-8 encoded representation of the parameters.
Attachments (0)
Change History (1)
Changed November 21, 2012 05:17PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #11097.