in reply to Re: Unicode characters in <code> blocks (browser)
in thread Unicode characters in <code> blocks

Heh. I'd never seen that browser behaviour before... Yeah that complicates matters quite a bit.

  • Comment on Re^2: Unicode characters in <code> blocks (browser)

Replies are listed 'Best First'.
Re^3: Unicode characters in <code> blocks (browser)
by ambrus (Abbot) on Oct 08, 2006 at 19:19 UTC

    I don't think it's the browser behaiviour that complicates things. You can change the behaiviour of the browser with the accept-charset attribute of the FORM tag to sending data as UTF-8, and then perlmonks would convert that data to 8859_1. The problem is how perlmonks represents posts and renders them, which cannot easily be changed.