We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2988 - Forum needs to change charset
Summary: Forum needs to change charset
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: website (show other bugs)
Version: don't know
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-20 14:53 UTC by Alex
Modified: 2015-05-24 03:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2015-05-20 14:53:34 UTC
SDL forum charset is iso-8859-1:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Please change it to utf-8. 
With current charset some posts looks bad:

This is one of posts from your forum (in iso-8859-1 charset):
http://i.imgur.com/4jldQ1A.png

This is same post in utf-8 charset (correct look):
http://i.imgur.com/Hnrvoqt.png
Comment 1 Sam Lantinga 2015-05-24 03:24:07 UTC
Fixed, thanks!