Re: writing cute editor text to sql db creates unrecognizable characters.

  •  06-03-2008, 9:33 PM

    Re: writing cute editor text to sql db creates unrecognizable characters.

    Hi Adam,
    Thanks for the example. 
     
    After taking a look at HTML encode we added.
    Server.HtmlEncode(CEDescription.Text.Trim)
    That seems to encode the text to HTML but the unrecogizable characters remain in the sql db.
     
     
    I type this into the editor text box: (the line breaks are by pressing enter)
     theyyeyheh
    djdjjdjdjdjdj
    dgdgdg


    ssssss
     
    The sql db has this stored:
     
    when my flash app calls this it gets extra breaks where there are those unrecognizable characters...
     
    Any info would be helpful.
    Thanks,
    Rob
     
     
View Complete Thread