In Dynamics CRM 2015 I am using an ExecuteFetch
request to query data. I need the resultset XML as response.
In the resultset the formatted value in every currency field shows a question mark between the currency symbol and the amount:
<creditlimit formattedvalue="€?12,345.00">12345</creditlimit>
The question mark appears to be a character with hex code 0x200e. According to unicodemap.org this is a left-to-right mark. My customer reported this issue on their brand-new CRM 2015 deployment. I could reproduce it on my local development environment as well, which is up-to-date with the most recent RU.
Anybody experienced this before? Why is it there? (For now I removed it using a regex.)