It's because BXMLSerializer assumes that BXML files are encoded in UTF-8. There is currently no way to specify an alternate encoding.
On Oct 30, 2010, at 6:27 AM, Jérôme Serré wrote: > Yes but it doesn't work too > > -----Message d'origine----- > De : Thomas Leclaire [mailto:[email protected]] > Envoyé : vendredi 29 octobre 2010 20:36 > À : [email protected] > Objet : Re: Character '€' > > Hi! > > Euro symbol is not in ISO 8859 −1 but in ISO 8859-15 > > > see http://fr.wikipedia.org/wiki/ISO_8859-1#ISO_8859-15 > > Regards, > Thomas > > > Le 29 oct. 2010 à 18:23, Jérôme Serré a écrit : > >> Because i have to use the French character é, à etc... >> >> -----Message d'origine----- >> De : Greg Brown [mailto:[email protected]] >> Envoyé : vendredi 29 octobre 2010 18:19 >> À : [email protected] >> Objet : Re: Character '€' >> >> Probably a file encoding mismatch. Why are you using ISO-8859 instead of >> UTF-8? >> >> On Oct 29, 2010, at 12:06 PM, Jérôme Serré wrote: >> >>> Hello, >>> >>> >>> >>> The character ‘€’ in a file wtkx is represented as a square on the screen. >>> is this normal ? >>> >>> <? Xml version = "1.0" encoding = "ISO-8859-1"?> >>> ..... >>> <BoxPane Form.label="Prix (€)"> >>> ..... >>> >>> -- >>> >>> Cordialement >>> >>> Jérôme Serré >>> >>> >>> >>> >> >
