Opened 18 years ago
Closed 18 years ago
#3574 closed defect (bug) (fixed)
Character set not specified in TinyMCE files
Reported by: | ruckus | Owned by: | |
---|---|---|---|
Milestone: | 2.0.9 | Priority: | normal |
Severity: | major | Version: | 2.0.7 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Using 8-bit characters in TinyMCE translation does not work, because the output from tiny_mce_gzip.php and wp-mce-help.php does not specify any charset in Content-Type. This leaves it up to PHP and the web server to complete the Content-Type charset information, possibly incorrectly.
The charset should not be hard-coded in these scripts, so that plugins such as Character Set Conversions[1] can use the gettext hook to transcode the messages to the character set specified in the blog settings.
[1]: http:/kimmo.suominen.com/sw/charsets/
Attachments (1)
Change History (10)
#1
@
18 years ago
- Milestone changed from 2.0.8 to 2.2
Does this apply to 2.1 or 2.2? If so, we should fix it there first.
#5
@
18 years ago
- Milestone changed from 2.2 to 2.0.9
Committed for 2.2 and 2.1.1. Let's milestone for 2.0.9.
Note: See
TracTickets for help on using
tickets.
Patch against 2.0.7-RC1