Skip to content

Commit

Permalink
Merge pull request #87 from edlerd/edlerd-patch-1
Browse files Browse the repository at this point in the history
Remove utf8_encode call in constants.php
  • Loading branch information
szymach authored Dec 12, 2022
2 parents 373786c + fbeb077 commit 7cbaf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/* Replacement to the PHP null keyword */
define("VOID", 0.123456789);
/* Euro symbol for GD fonts */
define("EURO_SYMBOL", utf8_encode("€"));
define("EURO_SYMBOL", "€");

/**
* pDraw
Expand Down

0 comments on commit 7cbaf0d

Please sign in to comment.