ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Re: Gantry saves un-readable character in arabic & hebrew
Posted 14 years 8 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 8 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.