Topic: Devel - SimpleAPI module UTF8 problem
Hi,
I use SimpleAPI module for my POS app, every thing is fine but I have a problem , which is when the currency Abbreviation is in Arabic language, the API does not read it correctly but instead it gives it as question marks like ???,
and this effect the sales invoice saving and gives error like this:
Message: Cannot retrieve exchange rate for currency \u0631.\u064a as of 10\/18\/2020. Please add exchange rate manually on Exchange Rates page.
because it tried to retrieve the exchange rate like this get_exchange_rate_from_home_currency('??.??', '10\/18\/2020')
any solution for this issue, will be appreciated.
Thanks