Forum Moderators: open
When I do that though my stylesheets get disabled despite setting the content-type for the stylesheets when I link to them:
<link rel="stylesheet" href="/template/css/twitter.css" type="text/css" media="all">
I mainly need to set the charset to utf-8 in hopes of being able to display Japanese symbols from the client's Twitter stream.
Doing it via the meta-tag isn't working and I noticed on Twitter, which does display Japanese just fine, that the response headers are:
Content-Type: text/html; charset=utf-8
Their stylesheets work just fine!
Will someone please offer some advice on what I'm doing wrong? Non-English alphabets are, pardon the pun, foreign to me. ;)
I'm going to post in the XML Development forum to see if there's a way to prevent this transformation from happening.