
USD
However I get some extra characters before the first option so it displays like this:
USD
It is not in the name of the first option since I can edit the order and the first option will always have the extra encoding.
<p><select id="tvprice_currency" name="tvprice_currency" size="1"><option value="72">JPY</option>...
Setting the character encoding to utf8 resolved the issue. The site was set to iso-8859-1 when the encoding came through. If I switch it back the code shows up again.
<p><select id="tvprice_currency" name="tvprice_currency" size="1"><option value="72">JPY</option>...
XS||SM||MED||LG||XL||2XL