Re: [flexcoders] Sending ISO-8859-1 from a Flex application

2006-07-13 Thread oktay nba



is there a way to change it? or why the Adobe team do it only for utf-8? are there any issue?On 4/14/06, Matt Chotin <
[EMAIL PROTECTED]> wrote:Flex is going to try to send using utf-8, you may need to do some string parsing back from utf-8 on the server-side before inserting into the database.
Matt-Original Message-From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of nahruka
Sent: Friday, April 07, 2006 12:32 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Sending ISO-8859-1 from a Flex applicationHi all,I'm trying to send an XML over HTTP from a Flex application to a
Cocoon framework which redirects the requests to PL procedures inorder to access an Oracle database ISO-8859-1 encoded.url=""
contentType="application/xml"resultFormat="xml">  {objXML}  
Where:objXML = new Object;objXML.afield = "ביםףת";So this XML is generated from the object objXML:  ביםףתWhich encoding does this XML use? UTF-8?
Has it something to do with the encoding specified at the header of myFlex application (UTF-8)?The characters sent are not well inserted into the database. Is itpossible to send an ISO-8859-1 XML document from my Flex application
using the HTTPService tag?S.O.S.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Sending ISO-8859-1 from a Flex application

2006-04-13 Thread Matt Chotin
Flex is going to try to send using utf-8, you may need to do some string 
parsing back from utf-8 on the server-side before inserting into the database.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nahruka
Sent: Friday, April 07, 2006 12:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Sending ISO-8859-1 from a Flex application

Hi all,

I'm trying to send an XML over HTTP from a Flex application to a
Cocoon framework which redirects the requests to PL procedures in
order to access an Oracle database ISO-8859-1 encoded.

http://.../cocoon/.../myCocoonEntry"; 
contentType="application/xml"
resultFormat="xml">
  
{objXML}
  


Where:
objXML = new Object;
objXML.afield = "áéíóú"; 

So this XML is generated from the object objXML:

  áéíóú


Which encoding does this XML use? UTF-8?
Has it something to do with the encoding specified at the header of my
Flex application (UTF-8)?

The characters sent are not well inserted into the database. Is it
possible to send an ISO-8859-1 XML document from my Flex application
using the HTTPService tag?

S.O.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



 





--
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/
 




[flexcoders] Sending ISO-8859-1 from a Flex application

2006-04-07 Thread nahruka
Hi all,

I'm trying to send an XML over HTTP from a Flex application to a
Cocoon framework which redirects the requests to PL procedures in
order to access an Oracle database ISO-8859-1 encoded.

http://.../cocoon/.../myCocoonEntry"; 
contentType="application/xml"
resultFormat="xml">
  
{objXML}
  


Where:
objXML = new Object;
objXML.afield = "áéíóú"; 

So this XML is generated from the object objXML:

  áéíóú


Which encoding does this XML use? UTF-8?
Has it something to do with the encoding specified at the header of my
Flex application (UTF-8)?

The characters sent are not well inserted into the database. Is it
possible to send an ISO-8859-1 XML document from my Flex application
using the HTTPService tag?

S.O.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/