£ signs returns blank page

Questions£ signs returns blank page
Gary Brett asked 9 years ago

Hi Abu, when using the currency format option I can enter anything except the GBP £ sign, this is also true when assigning a column name, dollars $ are fine..

Below returns blank page, change to $ or # it works fine..

$col["formatter"] = "currency";
$col["formatoptions"] = array("prefix" => "£",
"suffix" => '',
"thousandsSeparator" => ",",
"decimalSeparator" => ".",
"decimalPlaces" => 2);

This also returns blank page ; $col["title"] = "Adviser £"; // caption of column

Not a great problem, just though I'd mention it.

Thanks

1 Answers
Abu Ghufran answered 9 years ago

Make sure your file encoding is utf8.
After that it should work as normal. see image:

http://easycaptures.com/fs/uploaded/772/9517586275.png

Your Answer

8 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?