Re: Gantry saves un-readable character in arabic & hebrew
Posted 14 years 7 months ago
Ok, i`ve fixed it by editing the file in
\components\com_gantry\admin\elements\text.php
And replaced:
$value = htmlentities($value);
with
$value = htmlentities($value,ENT_QUOTES, 'UTF-8');
Re: Gantry saves un-readable character in arabic & hebrew
Posted 14 years 6 months ago
hi again,
this issue should be fixed in the latest version of gantry (3.0.12) so you can just type in the normal characters and they should show fine in both backend and frontend.