Skip to content

Commit

Permalink
fix: change the default encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed May 13, 2024
1 parent 116361d commit 7a6feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpdf/GlobalParams.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct Base14FontInfo {

GlobalParams *globalParams = NULL;

const char *GlobalParams::defaultTextEncoding = "Latin1";
const char *GlobalParams::defaultTextEncoding = "UTF-8";

//------------------------------------------------------------------------
// PSFontParam16
Expand Down

0 comments on commit 7a6feb4

Please sign in to comment.