Opened 12 years ago
Closed 12 years ago
#8126 closed bug (invalid)
italian special chars
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using FF 3.6.13, when we open a page of our appliaction, devoloped using jquery_1.5, the json-ajax response has a bad encoding of some italian special chars. Example: char code of ì instead of 236 is 65533. This happens only we open the page using the url that use Apache HTTP server 2.x. If we open the page using the direct link that use the application server port, there is no problem!
Note: See
TracTickets for help on using
tickets.
Thanks for the report, but this is not a jQuery bug. jQuery does not know or care what charset your data is using. If the problem only occurs when using Apache, then the problem almost certainly lies with your web server configuration. Please use the jQuery Forum for support requests.