Opened 20 years ago
Closed 19 years ago
#3574 closed defect (bug) (fixed)
Character set not specified in TinyMCE files
| Reported by: | ruckus | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0.9 |
| Component: | Administration | Version: | 2.0.7 |
| Severity: | major | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
19 years ago
- Milestone 2.0.8 → 2.2
Does this apply to 2.1 or 2.2? If so, we should fix it there first.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch against 2.0.7-RC1