Skip to content

Commit

Permalink
Leave a clue when an encoding may not be handled
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Oct 9, 2023
1 parent 4aa9d57 commit cfd3ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LaTeXML/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2793,6 +2793,7 @@ sub LoadFontMap {
if ($map = LookupValue($encoding . '_fontmap')) { # Got map?
AssignValue($encoding . '_fontmap_failed_to_load' => 0); }
else {
Info('fontmap', $encoding, undef, "Couldn't find fontmap for '$encoding'");
AssignValue($encoding . '_fontmap_failed_to_load' => 1, 'global'); } }
return $map; }

Expand Down

0 comments on commit cfd3ea9

Please sign in to comment.