I am using adaptive card for sending approval via outlook. Everything working fine when it comes to normal characters. but when the text is in Chinese characters its showing ???? instead of original characters
ex: ä½ å¥½ : ??
i have a solution for it if i provide value 你好 it comes properly ä½ å¥½ in adaptive card.
but my problem is i cannot find anyway to convert ä½ to 你
Please help me if anyone has a solution
Note: my characters are dynamic so i cannot hardcode or use replace function