in reply to Re: win32 txt (with a £) -> decode -> encode_entities -> L with stroke
in thread win32 txt (with a £) -> decode -> encode_entities -> L with stroke

print decode(q{cp1250}, chr(0xA3));
outputs the L with stroke. Could a US English mismatch cause this?

  • Comment on Re^2: win32 txt (with a £) -> decode -> encode_entities -> L with stroke
  • Download Code