Sivakatirswami wrote:
Is there a way to get htmlEntities

"“Kanwar”

The rest of their lifestyle — names, marriage rituals, dressing styles — continued to be the same...."

to appear correctly in a field where such enties are part of the html used to set the htmltext of a field?


Try this:

on mouseUp
  set the useUnicode to true
set the htmlText of fld "fOUT" to "<p> &#8220; Kanwar &#8221; The rest of their lifestyle &#8212; names, marriage rituals, dressing styles &#8212; continued to be the same.... </p>"
end mouseUp

something happens; whether those are the characters you expect I don't just know.

NOTE:  set the useUnicode to true

NOTE:  <p>   </p>

Love, Richmond.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to