Skip to content

Commit

Permalink
Remove utf8_encode call in constants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Dec 10, 2022
1 parent 373786c commit fbeb077
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 fbeb077

Please sign in to comment.