Hi,<br><br>Thank you Joe for extension of the fix. We will integrate it soon.<br><br>Regards,<br>Prasad<br>vtiger Team<br><br><div><span class="gmail_quote">On 11/23/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>Yes that fixes the problems I had seen.<br>
<br>Might I suggest to establish the fix as:<br><br>function to_html($string, $encode=true){<br>   global $app_strings, $default_charset;<br>   $charset = (isset($app_strings['LBL_CHARSET']) ?<br>$app_strings['LBL_CHARSET'] : $default_charset);
<br>....<br>        $string = htmlentities($string, ENT_QUOTES,$charset);<br>....<br>}<br><br><br>Which gives preference to the language files settings as in other<br>sections of the application.<br><br>Regards, Joe<br>TSolucio
<br><br>El vie, 23-11-2007 a las 19:40 +0530, Minnie A escribió:<br>> Hi,<br>><br>> It will be good to use the below method instead of the previous one.<br>><br>> File : include/utils/utils.php<br>> Method : to_html()
<br>> Changes :<br>><br>> 1. global $log; to global $log,$default_charset ; //line no : 871<br>><br>> 2. $string = htmlentities($string, ENT_QUOTES);  to  $string =<br>> htmlentities($string, ENT_QUOTES,$default_charset);  //line no : 879
<br>><br>> Thanks & Regards,<br>> Minnie.<br>><br>> On 11/23/07, Minnie A <<a href="mailto:minnie@vtiger.com">minnie@vtiger.com</a>> wrote:<br>>         Hi,<br>><br>>         Thank you for intimating this issue.
<br>><br>>         We missed in some places to include UTF-8 support. Due to<br>>         this, problem occurred in displaying records. Issue got fixed<br>>         and also updated in demo server also. Kindly include the
<br>>         following change in your setup also.<br>><br>>         File : include/utils/utils.php<br>>         Method : to_html()<br>>         Change : $string = htmlentities($string, ENT_QUOTES);<br>>                        to
<br>>                        $string = htmlentities($string,<br>>         ENT_QUOTES,"UTF-8");<br>><br>>         Kindly update us if you get any other issues.<br>><br>>         Thanks & Regards,
<br>>         Minnie.<br>><br>>         On 11/22/07, Joe Bordes <<a href="mailto:joe@tsolucio.com">joe@tsolucio.com</a>> wrote:<br>>                 Hi,<br>><br>>                 Don't know if I am doing something wrong but I cannot
<br>>                 use any type of<br>>                 special caracters with this new version. I have<br>>                 installed it on my<br>>                 machine with a UTF8 database and latin1, I cannot
<br>>                 insert any accent or<br>>                 special caracters.<br>><br>>                 I tried creating an account with accents on the demo<br>>                 and it doesn't work
<br>>                 there either.<br>><br>>                 Is it my browser configuration? I have tried with<br>>                 different<br>>                 codifications with the same results?<br>>
<br>>                 Joe<br>>                 TSolucio<br>><br>>                 _______________________________________________<br>>                 Reach hundreds of potential candidates -<br>>                 
<a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br>><br>><br>> _______________________________________________<br>> Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com
</a><br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a> </blockquote></div><br>