I wonder if Xcelsius works in UTF-8 or in ISO-8859-1...
Let me explain how we work :
- we put a "input text" component on the canvas
- the value from the component is inserted into a cell of the Excel spreadsheet
- the value is transmitted from the SWF to a JSP page (through the GET method with the URL button component)
When the value has special characters like é, à or ç... it does not display well in the JSP page.
I try to convert to UTF-8, to ISO-8859-1... but still I am not able to keep the characters correct from start to end.
Thanks for your help.