<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Gabriel,<br>
<br>
It is a typical error when charset encoding is not set correctly
during the install. <b><u>It is not a vtiger bug</u></b>.<br>
<br>
Please check first in the phpmyadmin the database charset. The
default sql chartset is latin1_swedish_ci .<br>
It is not too good if you would like to use all German Characters.<br>
<br>
The best choice is utf8_general_ci (it will handle all öüóőúéáűí
ÖÜÓŐÚÉÁŰÍ äÄ ß đ Đ ł Ł í Í ş ţ ř etc. - even the all Central and
East European characters )<br>
<br>
1. You should reinstall all vtiger instance using the right utf8 sql
database in the background.<br>
2. If it need you should convert all language files for the German
localization from iso-8859-1 to the utf8 (without boom). The
Notepad++ program is very good for this purpose.<br>
3. Use UTF-8 charset in importing - exporting data. <br>
<br>
It works even for the Hungarian vtiger (and we have a little bit
more strange characters then you) :-) .<br>
<br>
Cheers:<br>
<div class="moz-signature"><br>
Holbok István<br>
telefon: +3670-342-0900<br>
e-mail: <a href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
<b></b>Hungary<br>
<br>
</div>
<br>
2011.01.19. 21:41 keltezéssel, Alexander Gabriel írta:
<blockquote
cite="mid:001801cbb819$4e72f140$eb58d3c0$@gabriel@digital-infinity.de"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hello,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I’m new to vtiger and
this is my first mail to this list.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I hope, this is the
correct list for my mail </span><span style="font-family:
Wingdings;" lang="EN-US">J</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I found a small Bug in
vTiger an thought, you should know about it.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">If you have a contact or
a company-name with german special characters (öäüÖÄÜß),
they are not shown correctly after selecting a contact to
add it do an invoice for example (Screenshot1_Umlaut.png).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">This is because the
decode_html function is not aware of different charsets.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I think, it is with all
special characters in other languages, too.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Here’s a patch for this
problem.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">After changing that
line, the special characters are displayed correctly
(Screenshot2_Umlaut.png)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Kind regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Alexander Gabriel<o:p></o:p></span></p>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
</blockquote>
</body>
</html>