I am trying to display various currency codes in PVX. The HTML characters for the code are being stored in a variable.
The following works for several, but not all codes:
- ? EVS("$"+HTA(CVS(htmlcode$,"HTML:ASCII"))+"$")
For instance setting HTMLCODE$="¥" (Yen) will work, but setting HTMLCODE$="₯" (Drachma) will not work.
I am looking for any suggestions on how to improve my logic, or to obtain an understanding as to why not all HTML codes can be converted. We require the HTML code for display on the WEB, but my understanding, and experience is that I cannot display HTML in PVX or Nomads.
Thank you in advance for taking time to review this thread.
The following works for several, but not all codes:
- ? EVS("$"+HTA(CVS(htmlcode$,"HTML:ASCII"))+"$")
For instance setting HTMLCODE$="¥" (Yen) will work, but setting HTMLCODE$="₯" (Drachma) will not work.
I am looking for any suggestions on how to improve my logic, or to obtain an understanding as to why not all HTML codes can be converted. We require the HTML code for display on the WEB, but my understanding, and experience is that I cannot display HTML in PVX or Nomads.
Thank you in advance for taking time to review this thread.