Hallo
Kennt ihr das Problem wenn die ü und ä nicht rihcitg angezeigt werden?
Auf jeden Fall in der Datenbank sind die ü gespeichert doch auf der Seite werden sie nur mit einem ? angezeigt!!!!!
Was ist da loss?? Kann mir jemand helfen?
Der support meinte:
Code:
 minad@2x4 (11:24:43 25/07/2008)
you have latin-1 on your dump,
but your codepage is different.

 minad@2x4 (11:25:12 25/07/2008)
you need to replace codepage in dump, or

 minad@2x4 (11:25:56 25/07/2008)
add mysql php code

mysql_query ("set character_set_client='cp1251' ");
mysql_query ("set character_set_results='cp1251' ");
mysql_query ("set collation_connection='cp1251_general_ci' ");

 minad@2x4 (11:26:10 25/07/2008)
but change cp1251 to your german

 minad@2x4 (11:29:59 25/07/2008)
you need to add mysql_query ("set collation_connection= to your php

 minad@2x4 (11:30:02 25/07/2008)
ask coder
Was meint er damit?
Bitte helft mir