in reply to POD and foreign characters

The sequence chr(0xc2) . chr(0xa8) is the utf-8 encoded è. You should open your emacs in utf-8 mode (don't know how's that, I use vi ;-)

Other arguments for pod2html? But you wrote "once converted to HTML they are OK" ?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: POD and foreign characters
by carcassonne (Pilgrim) on Nov 28, 2006 at 15:34 UTC
    emacs is fine. There are no problems with emacs and these characters. The original POD file edited using emacs shows the characters as described in hex in the original query.

    The problem reads:

    How can I ... (do this, do that) ... so that once converted to HTML they are OK.

    ...Meaning that the POD HTML output is currently _not_ OK.

    Sorry for any misunderstanding.

      the POD HTML output is currently _not_ OK

      Oh, I think it probably is. It's just UTF-8. You need to configure your web server to tell browsers that these files are UTF-8. Try adding the appropriate META tag to the HTML files. See if that improves things.

      --
      <http://dave.org.uk>

      "The first rule of Perl club is you do not talk about Perl club."
      -- Chip Salzenberg