summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-21 13:21:39 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-21 13:21:57 +0100
commit698107a69aad086344897618e050d018a3829af5 (patch)
treef030d432ba3eb6942af31e34cb097f6876a4c2fe
parentd0cd5918f940b286ffa7010f058ed2ef660e39f7 (diff)
fix encoding in /individual for en_US.UTF8 databases
-rw-r--r--index.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index fec01fe..e712ee8 100644
--- a/index.pl
+++ b/index.pl
@@ -769,7 +769,6 @@ get '/individual' => sub {
}
$row->[0]
= Travel::Status::DE::IRIS::Stations::get_station( $row->[0] )->[1];
- $row->[4] = decode( 'utf-8', $row->[4] );
$row->[9] = [@messages];
}