£ Signs - nevada - Mar 7th, 2012
I have the premium version of formtools 2.2.1 & have only just noticed that the currency symbol £ exports into excel as £ - is this just a utf-8 problem?
& How & where do I correct it?
Thanks in advance.
RE: £ Signs - nevada - Mar 7th, 2012
Solved: found this in ft_module_export_groups table in the mysql admin, place this in the <head> tags in the smarty_template section:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Now, does anyone know how I do this for CSV files?
|