First time here? Check out the FAQ!

Michael Stroud's profile - activity

2019-03-06 22:14:59 -0500 received badge Student (source)
2019-03-06 22:14:57 -0500 marked best answer strings with £ now appear as Â£

I downloaded and installed Wing Pro today then added a project I had been working on in IDLE IDE. I am running with python 3.7 on Windows 10. The problem is all the strings with £ now appear as Â£. I use £ extensively as the UK currency symbol. For example:

if int_pence > 0:
    return '£' + "{:,.2f}".format(pnds_float)

What should I do?

2018-10-04 13:28:00 -0500 asked a question strings with £ now appear as Â£

strings with £ now appear as Â£ I downloaded and installed Wing Pro today then added a project I had been working on in