Can not display some speech marks?

Hello,
I am using ASP create XML file, than load XML to Flash.
But just found a problem, some speech marks cann’t be displayed.
eg, “ or ’.
my XML looks like that:


<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<config>
<news_section>
<news title="The Long Hard“ Fight Back to 2nd">
<content>“Hello, everyone! I didn’t have any idea about this.”</content>
</news>
</news_section>
</congif>

Anyone can help me with that?
Thank you very much.