Skip to content

Commit

Permalink
PDF parser: Handling another non ASCII char - é
Browse files Browse the repository at this point in the history
  • Loading branch information
HNygard committed Jan 28, 2018
1 parent 2b1fa4f commit 8217212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/pdf2textwrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ static function fixEscape($strip)
str_replace('\\323', 'ø',
str_replace('\\330', 'Ø',
str_replace('\\304', 'Ä',
str_replace('\\351', 'é',
$strip
)))))))))));
))))))))))));
}
}
static function getCharTransformations(&$transformations, $stream) {
Expand Down

0 comments on commit 8217212

Please sign in to comment.