# Can not display some speech marks?

**URL:** https://forum.kirupa.com/t/can-not-display-some-speech-marks/191940
**Category:** flash
**Created:** [June 24, 2006, 4:17am UTC](https://forum.kirupa.com/t/can-not-display-some-speech-marks/191940 "2006-06-24T04:17:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tatata](https://avatars.discourse-cdn.com/v4/letter/t/839c29/32.png) [@tatata](https://forum.kirupa.com/u/tatata)
#### Post date: [June 24, 2006, 4:17am UTC](https://forum.kirupa.com/t/can-not-display-some-speech-marks/191940/1 "2006-06-24T04:17:09Z")

</div>

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:

```auto

<?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.
