Hi,<br><br>It will be good to use the below method instead of the previous one.<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;">Changes :<br><span style="font-weight: bold;"><br></span></span> 1. global $log; to global $log<span style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 0);">,$default_charset</span>
; //line no : 871<br><br>2. $string = htmlentities($string, ENT_QUOTES);&nbsp; to&nbsp; $string = htmlentities($string, ENT_QUOTES<span style="background-color: rgb(51, 204, 0);">,$default_charset</span>);&nbsp; //line no : 879<br><br>Thanks &amp; Regards,
<br>Minnie.<br><br><div><span class="gmail_quote">On 11/23/07, <b class="gmail_sendername">Minnie A</b> &lt;<a href="mailto:minnie@vtiger.com">minnie@vtiger.com</a>&gt; 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>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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $string = htmlentities($string, ENT_QUOTES<span style="background-color: rgb(51, 204, 0);">,&quot;UTF-8&quot;</span>);<br><br>Kindly update us if you get any other issues.<br><br>
Thanks &amp; Regards,
<br><span class="sg">Minnie.<br><br></span><div><span class="q"><span class="gmail_quote">On 11/22/07, <b class="gmail_sendername">Joe Bordes</b> &lt;<a href="mailto:joe@tsolucio.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
joe@tsolucio.com</a>&gt; wrote:</span></span><div><span class="e" id="q_1166cc0ef135a54f_4"><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&#39;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&#39;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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://jobs.vtiger.com</a><br></blockquote></span></div></div><br>
</blockquote></div><br>