FIM CM 2010 is configured with the workflow which sends notification emails which pulls user specific information from AD. Some User specific information contains Umlaut characters (ä, ö, ü) and the characters in the email got incorrectly re-formatted.
Example:
For example, the givenName = Töst
Email Text in the workflow is:
“
Dear {User!givenName},
your Secret is:
{Secret1}
Mit freundlichen Grüßen
CLM
„
The “ö” character in the email that user receives will be misinterpreted and the email the user with the givenName Töst starts with:
“
Dear Töst.
…
„
The same issue is with User!sn and User!Displayname
Example:
For example, the givenName = Töst
Email Text in the workflow is:
“
Dear {User!givenName},
your Secret is:
{Secret1}
Mit freundlichen Grüßen
CLM
„
The “ö” character in the email that user receives will be misinterpreted and the email the user with the givenName Töst starts with:
“
Dear Töst.
…
„
The same issue is with User!sn and User!Displayname