Hi,
During some php experiments I've encoutered such problem:
As far as I could learn about this issue - it's from php itself. Am I right that this could be fixed only by PHP upgrade on Frihost? And if yes, is such upgrade possible?
Cheers,
Arin.
During some php experiments I've encoutered such problem:
| Code: |
| $out.=($priv?$append:HTMLEntities($append,ENT_COMPAT,"win-1250")); //line 138
PHP Warning: "htmlentities(): charset Fistsin-1250' not supported, assuming iso-8859-1" in /(...)/output.php at 138. |
| Code: |
| $out.=($priv?$append:HTMLEntities($append,ENT_COMPAT,"utf8")); //line 138
PHP Warning: "htmlentities(): charset `utf8' not supported, assuming iso-8859-1" in /(...)/output.php at 138. |
As far as I could learn about this issue - it's from php itself. Am I right that this could be fixed only by PHP upgrade on Frihost? And if yes, is such upgrade possible?
Cheers,
Arin.
