Hi. We have Azure AD B2C configured with custom policies including custom email verification. In our policy we have provided translations for a number of strings. E.g. "success_send_code_msg". Such message is injected into the sign up page via window.CONTENT variable. It seems the encoding is incorrect. This is how the message looks like:"success_send_code_msg":"En verifikationskod har skickats till din mailadress. Kopiera koden till fältet nedan."
As you can see the letter ä is UTF encoded and appears exactly as ä in the UI.
Am I doing something wrong or is it a bug? Is there a workaround for that?
Thanks.
