Hi,<br><br>Thank you for intimating this issue.<br><br>We missed in some places to include UTF-8 support. Due to this, problem occurred in displaying records. Issue got fixed and also updated in demo server also. Kindly include the following change in your setup also.
<br><br><span style="font-weight: bold;">File :</span> include/utils/utils.php<br><span style="font-weight: bold;">Method :</span> to_html()<br><span style="font-weight: bold;">Change :</span> $string = htmlentities($string, ENT_QUOTES);
<br> to <br> $string = htmlentities($string, ENT_QUOTES<span style="background-color: rgb(51, 204, 0);">,"UTF-8"</span>);<br><br>Kindly update us if you get any other issues.<br><br>Thanks & Regards,
<br>Minnie.<br><br><div><span class="gmail_quote">On 11/22/07, <b class="gmail_sendername">Joe Bordes</b> <<a href="mailto:joe@tsolucio.com">joe@tsolucio.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Don't know if I am doing something wrong but I cannot use any type of<br>special caracters with this new version. I have installed it on my<br>machine with a UTF8 database and latin1, I cannot insert any accent or
<br>special caracters.<br><br>I tried creating an account with accents on the demo and it doesn't work<br>there either.<br><br>Is it my browser configuration? I have tried with different<br>codifications with the same results?
<br><br>Joe<br>TSolucio<br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br></blockquote></div><br>