I have a few datafeeds running on my site and want to make the results from one appear as charset=utf-8 text on my page. Is there a way to make selected text on a web page charset=utf-8.
nafmo
9:09 pm on Jan 30, 2004 (gmt 0)
All text in one entity must use the same encoding, so you cannot have parts of it in utf-8 and parts not (unless the other part is purely ASCII, since ASCII is unchanged in utf-8). If you want to mix, you will need to convert the text that's not in utf-8 to utf-8, or vice versa.