Help loading xml file (characters not displaying properly)

**this is my xml file **

<game>
    <question type="image">
            <questionText>Who's your daddy?</questionText>
            <answer1 image="images/cool.jpg">Dinner</answer1> 
            <answer2 image="images/geek.jpg">Happy Hour</answer2>
            <answer3 image="images/sportguy.jpg">Sporting Event</answer3>
    </question>
    <question type="text"> 
        <questionText>What's your daddy's name?</questionText>
            <answer1>Nardo</answer1>
            <answer2>Ramon</answer2>
            <answer3>Mambol</answer3> 
    </question>
</game> 

for some reason the apostrophes ** ’ **in the [COLOR=Red]Who’s your daddy? [COLOR=Black]and the question mark ? are not displaying properly.

this is what i get
[COLOR=Red]Who's your daddy[/COLOR]
[/COLOR][/COLOR]