writing cute editor text to sql db creates unrecognizable characters.

  •  05-30-2008, 12:27 PM

    writing cute editor text to sql db creates unrecognizable characters.

     Our implementation of cute editor writes the text to a sql db, if I look at the data stored in sql it seems like any line break creates some unrecognizable characters, as well as the correct <br /> or <p> tags.  When I try to use the data in sql in another app. it doesn't work out that well because of the unrecognizable characters.  
     
    The sql column datatype is varchar.  
     
    I have read something about Server.Encoding/Decoding, but I am fairly new to this and would need to be walked through this if that is a possible solution.
     
    Any help would be much appreciated.
     
    Thanks.
View Complete Thread