Opened 18 years ago
Closed 17 years ago
#6874 closed defect (bug) (invalid)
Autosave character set problem
| Reported by: | duncanmc | Owned by: | azaozz |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | JavaScript | Version: | 2.5.1 |
| Severity: | major | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
I am using windows-1254 as character set in my blog. When I write a new post and click on "publish" or "save", it is saved to the database correctly. However, the autosave function is writing the post to the database with a wrong character set, so post text and title becomes garbage when it is written by autosave. Probably, there is a problem with character encoding set of Ajax function for autosave.
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Linking up your other reports: #6693, #3633, #6873
We need work up a general solution for all of these AJAX charset problems.