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