Remove special HTML characters from labels or textfields in flex (mxml) -


i'm loading data rss feed flex application. of data has html special characters. can't read é,è,à,ç , other similar letters used in french example. gives strange code instead of letters accents.

now use reading html texts in flex, how can remove these special characters?

thanks!

guillaume

use "restrict" property of component takes specific type of string. mentioned below

mytextbox.restrict = "a-z a-z 0-9",


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -