[SalesForce] Exact Target Data Extension and special characters – HTML markup

We have text fields and areas displayed within our Exact Target Landing Pages which had been inserted into a Data Extension text field using AMPscript enabled landing pages. We are using the "pre" tag to hold minimal formatting but it appears that special characters and html Markups won't display as intended. I see no way to apply bold to a word, create a Bullet list or display special characters such as a (c) copyright indicia, umlauts, tilde's etc. I poked around here and haven't seen anyone address this on SO or SE. This is a pretty solid requirement for this internationally reviewed set of pages and something I'm pretty confident will have a simple solution.
We are using "upsertdata" to post the variables and update the text field in the extension from the text area on our form. I also see that if anything is entered with "inch marks" that it does cause errors on the upsertData either duplicating or changing content.
SO //(-_-)\ – Turns out in experimenting that the HTML markup WORKS as well as special characters. I feel pretty certain it had not in the past but it does(?!?) Going back to edit the text breaks it so still not perfect but this changes the question.

I think what I'll really need is to implement a CKeditor style text editor for that text field.

Best Answer

Are you adding them via .csv? If the encoding of the file that is storing the information is Unicode (or whatever encoding is needed) the Data Extension should accept it correctly since you said they are set to a field type of 'text.'

Related Topic