ozten / sudosocial

sudo social aims to be the an awesome stream publishing environment, suitable for self-hosted homepages, topic hubs, and distributed social networks.
http://sudosocial.me
Other
52 stars 5 forks source link

Add support for encoding selection in user's control panel #6

Closed charlienovember closed 14 years ago

charlienovember commented 14 years ago

It should be easy to add a popup to the main control panel where the user can choose a text encoding for the stream page. Should solve issues with UTF-8 encoded feeds.

On generating the stream page sudoSocial should add a encoding tag.

ozten commented 14 years ago

Do you have some urls for utf-8 encoded feeds that show the issues? Is this reproducable on Firefox 3.6.4?

ozten commented 14 years ago

I've added the ability to set the lang and dir for the HTML on your profile page. This is in the Page Widgets tab.

Does this resolve the issue? Please re-open if this doesn't work.

charlienovember commented 14 years ago

This is the magic line <meta http-equiv="Content-type" content="text/html; charset=utf-8" />

It works, thanks to that.

ozten commented 14 years ago

perfect, thanks charlienovember!