I'm working on a currency conversion function and I'm having trouble getting the currency symbols to show up. I've only tried a few, but what I have found so far is that £ works, and that € doesn't. Both work fine in the html, but when I try to add them back on with my javascript function, the euro just shows up as a question mark. Any ideas. I've tried encoding it all ways I can thinkg of, with escape chars, hex encodings and what not, but nothing seems to work. Thanks.