I'm trying to use "special" characters like curly quotes (“”) em dashes (—), etc, but in the browser, they come up looking like garbage.
I'm using CFEclipse, and under Window/Preferences/General/Workspace, then in the box Text file encoding, I have set it to "Other: UTF-8."
On the page, I have the content-type meta tag set to "text/html; charset=UTF-8"
According to the server test I ran, it is outputting the file in UTF-8.
Yet still the browser outputs curly quotes like this: "“Getting Things Doneâ€&?"
Is there another place this could be getting screwed up along the line?