Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
trewby #1
Character Encoding
When attempting to retrieve a Greek RSS feed via mx:HTTPService the characters
return in an unreadable state. The following code easily replicates my problem.
Am I missing something or is Flex?
<?xml version="1.0" encoding="windows-1253"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
initialize="feedRequest.send()">
<mx:HTTPService id="feedRequest"
url="http://www.bbc.co.uk/greek/index.rdf" showBusyCursor="true"
useProxy="true" result="mx.controls.Alert.show(event.result)"
resultFormat="text"/>
</mx:Application>
trewby Guest
-
Forms, Character Encoding, and MySQL
Could someone help shed some light on the proper way to handle special characters within Flex forms. i.e. Someone types and em-dash or bullet in... -
Web Service and Swedish Character Encoding
I am building an XML Web Service, the Client in Delphi 7, the Server in MS ASP NET C# and with a database in SQL 2000. When I send Swedish... -
foreign character encoding
im working on an ASP.NET app in VB.NET and have problems with foreign characters. everything works ok, special characters are presented ok onscreen... -
Dreamweaver and character encoding
Those special characters are actually double-byte characters and so not within the ISO-8859-1 standard. This is incorrect. ISO-8859-1 is an 8-bit... -
Ruby Character Encoding
Hi, In message "Ruby Character Encoding" on 03/07/15, Mark Wilson <mwilson13@cox.net> writes: |I'm interested in any (i.e., arbitrary)... -
tiagoafpereira #2
Character encoding
I'm trying to send text (using a flex form and submiting using POST) to a PHP
script but accented characters (like '?' ou '?') are not being correctly
encoded and on the other side i'm getting garbled text.
Any ideas?
tiagoafpereira Guest



Reply With Quote

