Kaynağa Gözat

Fix #137: encode in utf8mode because smrrt quotes

George S. Baugh 5 yıl önce
ebeveyn
işleme
9ee89cde7d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/Trog/Data/FlatFile.pm

+ 1 - 1
lib/Trog/Data/FlatFile.pm

@@ -28,7 +28,7 @@ You can only post once per second due to it storing each post as a file named af
 
 =cut
 
-our $parser = JSON::MaybeXS->new();
+our $parser = JSON::MaybeXS->new( utf8 => 1 );
 
 sub read ($self, $query={}) {
     $query->{limit} //= 25;