melinam63825268
23-11-2020
I hope someone can help me here .
here is my code where am trying to display the Euro symbol from the jssp page
document.write(' € 20,00');
and response is coming with '?'
Darren_Bowers
MVP
Hi @melinam63825268 - you can try encoding the output using € or one of the other HTML codes.
https://www.rapidtables.com/web/html/html-codes/html-code-euro.html
Cheers
Darren