Customer reported that Character Sets in Adobe Campaign SMTP character encoding option in Delivery Properties not was not visible.
As it turns out, their database was not Unicode database, that was the reason why the option was not visible to them.
I checked further on same and it seems I am able to find out the root cause of issue. Hopefully it will help :-
That means if the database id Unicode, I would be able to view the following :-
container type=“visibleGroup” visibleIf=“EV(@messageType, ‘mail’) and IsUnicode()”
xpath=“advancedParameters”
container label=“Character encoding” type=“frame”
input useDesc=“true” xpath=“@forceCodepage”/
container type=“visibleGroup” visibleIf=“@forceCodepage”
input xpath=“@codepage”/
/container
/container
/container
In case of the customer, database collaboration was “Latin1_General_CI_AS”. Hence their XtkDatabaseId value in option field was not starting from u and because of reason that part is not visible.
I was able to find one doc regarding switching to Unicode in database and please find below :- https://docs.adobe.com/content/help/en/campaign-classic/using/monitoring-campaign-classic/updating-adobe-campaign/switching-to-unicode.html