|
Look at my review in Joomla! Extensions:
If Image descriptions/Captions in UTF-8 with accented characters (Slovenian, Norwegian, Dutch, etc.) are important to you, than just: 1. open file for editing (English version, I suppose the same stands for French version): …mambotscontentbot_Easy_eXtended_Gallery_repfonctions.php 2. find each occurrence of: htmlentities(whatever, ENT_QUOTES); (there are 7 of them in version 1.5.0.3) 3. and change them (add UTF-8 string) to: htmlentities(whatever, ENT_QUOTES, 'UTF-8'); 4. follow the rules regarding creating and saving XML description file (draft manual with config options is available in: Mambots > Site Mambots > Easy eXtended Gallery). Be aware that XML file must be 100% syntax clear to work properly.
I hope it will help you (very nice cakes indeed) and others, who has the same UTF-8/accented characters problem.
Best regards
|