Hi all,
whenever curved quotes are used from AEM templates, after synchronizing in Adobe Campaign are shown in ASCII code.
Any suggestions how to overcome this?
Regards,
Milan
Solved! Go to Solution.
Views
Replies
Total Likes
Its probably just a normal function of the serialiser/deserialiser to HTML encode certain characters to make the HTML source validate against your source DTD. Its perfectly valid and shouldn't cause any issues in your rendered HTML content. Its the slightly more valid code for an apostrophe character in HTML. ' is the other valid encoding for an apostrophe (see link)
Is there any reason you dont want this code in your HTML source?
Views
Replies
Total Likes
Its probably just a normal function of the serialiser/deserialiser to HTML encode certain characters to make the HTML source validate against your source DTD. Its perfectly valid and shouldn't cause any issues in your rendered HTML content. Its the slightly more valid code for an apostrophe character in HTML. ' is the other valid encoding for an apostrophe (see link)
Is there any reason you dont want this code in your HTML source?
Views
Replies
Total Likes
Hi @DarenOrigin,
as you said this does not impact HTML generation a lot, but as we use a Text content customers can receive this unreadable cod in text version of email.
Anyway, the bigger issue is when we use some conditional personalization and delivery failed every time on Text personalization because value is not under quotes.
We want to avoid this failure in the deliveries.
Regards,
Milan
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @DarenOrigin,
for example we have a conditional code like <%= targetData.customerSegment = "Resident" %> and if curved quotes are used instead of straight (from my example) after synchronization we got condition in Text content like this: <%= targetData.customerSegment = "Resident" %> and delivery fails.
Therefore, I am looking for easy way to avoid this in Text content.
Business user correct this when is visible but often not.
Regards,
Milan
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies