Set utf-8 encoding on raw log pages

[?]
May 25, 2012, 2:27 PM
57XH5AZ3MFS3UQZTXBPHJSWVKPPHEX6HIYUDJIDDATIZDPRAE7HQC

Dependencies

  • [2] QE253KG4 * Option to show the tail of a log.

Change contents

  • edit in src/lib/Hydra/View/Plain.pm at line 6
    [2.271]
    [2.271]
    sub process {
    my ($self, $c) = @_;
    $c->res->content_encoding("utf-8");
    $self->SUPER::process($c);
    }