digraphs: fix latin1 glyph conversion
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 6 Sep 2008 23:45:39 +0000 (23:45 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 16 Sep 2008 03:31:27 +0000 (03:31 +0000)
Under FastCGI, latin1 glyphs were displayed with their internal string
representation, because the output buffer was not :utf8 (FCGI flaw).
At least that's what I gather.  Force to Unicode beforehand so it's
shown correctly.


No differences found