in reply to Re: Unusual output with french accented letters
in thread Unusual output with french accented letters

Thank you for your time to start with. I went a step further and noticed the following. In my PERL code I have the following HTML tag

--HTML poésieBEGIN--

This piece is a part of what I tell PERL to print in the outpout windows so I can copy/paste into a HTML file, really straitghtforward ins'nt it!

But in the PERL output windows already it becomes --HTML poésieBEGIN--

where √© stands for the character é. The strangest part is that there are other é before and after in the code and they come out correctly as é !!!

The use of the module you suggest is beyond my grasp I am afraid, thanks anyway

  • Comment on Re^2: Unusual output with french accented letters

Replies are listed 'Best First'.
Re^3: Unusual output with french accented letters
by mbethke (Hermit) on May 23, 2012 at 14:49 UTC
    But in the PERL output windows already it becomes --HTML po√©sieBEGIN-- where √© stands for the character é. The strangest part is that there are other é before and after in the code and they come out correctly as é !!!

    Hm, strange. I think that calls for a hex editor. Apparently your text editor is hiding some differences from you that your shell chokes on, so you'd have to try and find the byte or bytes in your source that represent the é in each case. Or maybe it's something with your code, but you'd have to show it.