xml -> flash problem?

Out of context: Reply #9

  • Started
  • Last post
  • 17 Responses
  • murmur0

    You can enter characters either by typing them in the keyboard or by using there literal Unicode value. The link i included was the complete list of unicode character values. My suggestion will not make your existing text work properly, instead you would replace the offending characters with the unicode values that are in the list. This solution may not be feasible if the text is for a client to edit or is going to be constantly updated.

    As per my previous post. An example. In your text you would replace the & sign(if you had one in a sentence.) with %26 (which is the unicode value for ampersand). You can do this with all other characters as well.

View thread