Hi @mumbler_pso2 ,
Could you clarify which part of the documentation you are suggesting is incorrect?
Supported languages for B2C are listed here: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/active-directory-b2c/language-customization.md
Azure AD B2C does support UTF-8 encoding for custom attributes though. So when you retrieve the custom attribute value using the Azure B2C Graph API or the x-ms-client-principal header, the value is returned as a JSON string. Since JSON uses UTF-8 encoding, Unicode characters in the custom attribute value should be properly encoded and decoded.
Can you confirm which character is being flagged at that position? Based on your error message it's possible that there is something unsupported by JSON that is failing to parse (for example, a tab "\t" , slash "" , line break, etc).