Hi all,

I'm wondering which character encoding is used when you enter data in
a Flex form... 

I have installed a MySQL database on my computer. My Flex application
accesses the DB through an HTTPService which url points to a JSP. This
JSP accesses the DB and returns an XML to my Flex application. All
works fine with queries (only for reading from the DB), but not with
inserts.

I'm having problems using characters á, é, í, ó, ú. When I enter them
in a Flex form, they're properly displayed on the screen but not in
the DB (I get strange characters when administering the DB with
MySQLFront).

I've tried to change the DB encoding (from latin1 to utf8 and
viceversa). I've tried to change my application encoding, the JSP
encoding (pageEncoding) and the encoding of the returned XML... 

Is there any valid "combination" of encodings for my application to
work properly? :-S











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to