Hi,
I worked on Angular application that’s use the Manager.io API, and it’s working fine. The problem when I start putting arabic values, the API start return some weird characters.
{
"Name": "Ù…ØÙ…د ØØ³ÙŠÙ† ØØ¨ÙŠØ¨ المعلم",
"BillingAddress": "رقم االهاتÙ\r\nالمنطقة\r\nمنزل\r\nطريق\r\nمجمع",
"CustomFields": {
"783e75d4-6524-4fce-825d-92f156201eed": "عضو المأتم - عامل - متعهد - مطبخ الولائم",
"64fcb723-5adc-4c94-8807-e07e8770a498": "640061010"
},
"Code": "39280008"
}
I think this happened from character encoding, however it’s shows currently on the Manager UI. Any help?