Hi, I'm starting to see weird characters when the view is rendered. For example,
Mia’s
It should be
Mia's
BTW, I'm using the following to escape the output:
PHP Code:
<?php echo $this->escape( $this->model->name ); ?>
Does someone have a solution for this issue?
Thanks in advance,
-Conrad