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)
commite84402a9c62d8b57f9fd78a81d639692108a46e3
tree83c492bd666bc461c0f368e977399370dfc1eb9b
parent85e0235b718898b6411ed2eb5d387a2a9d62156b
digraphs: fix latin1 glyph conversion

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.
digraphs.plp