On 4/13/00, John Elder penned:
>Help!
>
>I output a list of values from a db like "לםמ"
>How do I escape the #'s so the browser renders them as is?
>
>I can't insert them into the db with double #'s, so I need to either
>replace one # with 2 ##'s or have CF Not evaluate the string.

Try inserting into the database like this:

ל

That will render as ל in a browser, or a text field.

In fact, when you insert ל into the database using:

#HTMLEditFormat(code)#

It will be inserted as ל.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to