Simple xml question, I think

Hi!

I’m building the “Hanged Man Game” in flash using xml to extract the words/ phrases.

Everything is working fine (xml in flash quite something), my problem is that I’m using Portuguese language characters (á, ã, í, õ…) and as I said everything is working fine but when id I open the xml file in a xml editor it pops up a error because of those characters.

My question is, can this represent a problem when executing the game in different computers or browsers? The ones I tested are working fine…

Here’s a sample of my very basic xml file.

[FONT=&quot]<?xml version=“1.0” encoding=“utf-8”?>[/FONT]
[FONT=&quot]<guessWords>[/FONT]
[FONT=&quot]<level0>[/FONT]
[FONT=&quot] <word>a ocasião faz o ladrão</word>[/FONT]
[FONT=&quot] <word>a cada boca uma sopa</word>[/FONT]
[FONT=&quot] <word>no meio está a virtude</word>[/FONT]
[FONT=&quot] <word>norte frio água no rio</word>[/FONT]
[FONT=&quot] <word>formosura pouco dura</word>[/FONT]
[FONT=&quot] <word>o que não mata engorda</word>[/FONT]
[FONT=&quot] <word>o saber não ocupa lugar</word>[/FONT]
[FONT=&quot] <word>não há bela sem senão</word>[/FONT]
[FONT=&quot] <word>não há duas sem três</word>[/FONT]
[FONT=&quot] <word>não se foge ao destino</word>[/FONT]
[FONT=&quot] <word>nem sempre nem nunca</word>[/FONT]
[FONT=&quot]</level0>[/FONT]
[FONT=&quot] <level1>[/FONT]
[FONT=&quot] <word>a vozes loucas orelhas moucas</word>[/FONT]
[FONT=&quot]<word>a rir se corrigem os costumes</word>[/FONT]
[FONT=&quot] <word>a noite é boa conselheira</word>[/FONT]
[FONT=&quot] <word>a nuvem passa mas a chuva fica</word>[/FONT]
[FONT=&quot] <word>nem só de pão vive o homem</word>[/FONT]
[FONT=&quot] <word>no melhor pano cai a nódoa</word>[/FONT]
[FONT=&quot] <word>o que esta feito feito esta</word>[/FONT]
[FONT=&quot] <word>tristezas não pagam dívidas</word>[/FONT]
[FONT=&quot] <word>há mar e mar há ir e voltar</word>[/FONT]
[FONT=&quot] <word>tostão a tostão se faz um milháo</word>[/FONT]
[FONT=&quot] <word>as palavras voam a escrita fica</word>[/FONT]
[FONT=&quot] <word>as obras falam as palavras calam</word>[/FONT]
[FONT=&quot] <word>amores arrufados amores dobrados</word>[/FONT]
[FONT=&quot] <word>amigos amigos negócios à parte</word>[/FONT]
[FONT=&quot] <word>grão a grão enche a galinha o papo</word>[/FONT]
[FONT=&quot] <word>guarda de comer não guardes de fazer</word>[/FONT]
[FONT=&quot] <word>ou entra mosca ou sai asneira</word>[/FONT]
[FONT=&quot] <word>amigo disfarçado inimigo dobrado</word>[/FONT]
[FONT=&quot] </level1>[/FONT]
[FONT=&quot] </guessWords>[/FONT]