Encoding issue

avanzella

New Member
Hi,

I am using Fabrikar 3.1rc2.
In Google map visualisation, the hover buble text is showing "é" instead of "?" and "?" (French accents). Can somebody please help me to sort out the problem?
Thank you in advance.
Regards
Alain
 
Hello,
I had the same problem.
I modified google.php's google visualization plugin model, line 354

$title = $titleElement == '' ? '' : strip_tags($row->$titleElement); ->$title = $titleElement == '' ? '' : html_entity_decode(strip_tags($row->$titleElement),ENT_COMPAT, 'UTF-8');

Best Regards
Matthias
 
Last edited:
On hover markers bubble had problem with encoding.
On click the window feature was ok.

After code modification it's ok for me.
 

Attachments

  • encoding_bug_1.jpg
    encoding_bug_1.jpg
    173.1 KB · Views: 119
  • encoding_bug_2.jpg
    encoding_bug_2.jpg
    173.9 KB · Views: 124
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top