Umlaute fehlerhaft ??

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Spider
Posts: 73
Joined: Fri Apr 23, 2004 8:12 am
Contact:

Umlaute fehlerhaft ??

Post by Spider »

Beispiel mit Firefox 3.5.4
Unbenannt-1.jpg
Beispiel mit IE 8
Unbenannt-2.jpg

Ich habe das auch bei anderen Umlauten innerhalb der FAQ
You do not have the required permissions to view the files attached to this post.
Gruss
Mike
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Umlaute fehlerhaft ??

Post by Thorsten »

Hi,

ja, ist bekannt, ist mit der 2.6.0 gefixt, da wir dann durchgängig UTF-8 nutzen.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
matzewe01
Posts: 2
Joined: Fri Oct 08, 2010 2:35 pm

Re: Umlaute fehlerhaft ??

Post by matzewe01 »

Leider besteht das Problem noch weiter.
Kurze Info zum System.

Code: Select all

    phpMyFAQ 2.6.9
Server Software
    lighttpd/1.4.20
PHP Version
    PHP 5.3.3
Register Globals
    off
Safe Mode
    off
Open Basedir
    off
Database Server
    Mysqli
Database Client Version
    5.1.36
Database Server Version
    5.1.36-log
Webserver Interface
    CGI-FCGI
PHP Extensions
    Core, date, ereg, libxml, pcre, filter, Reflection, hash, SPL, SimpleXML, session, xml, cgi-fcgi, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, standard, fileinfo, ftp, gd, gettext, gmp, mbstring, iconv, imap, intl, json, ldap, exif, mcrypt, mysql, mysqli, odbc, openssl, pcntl, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, zlib, posix, pspell, readline, shmop, snmp, soap, sockets, SQLite, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, Phar, mhash
Meine Lösung war, alle umlaute in den lang Dateien durch HTML Codierung zu ersetzen.
Das scheint erstmal zu klappen.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Umlaute fehlerhaft ??

Post by Thorsten »

Hi,

hast du die Sprachdateien auch aktualisiert?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
matzewe01
Posts: 2
Joined: Fri Oct 08, 2010 2:35 pm

Re: Umlaute fehlerhaft ??

Post by matzewe01 »

Es war eine komplette neuinstallation.
Soweit ich es gesehen habe, tritt der Effekt nur im Adminbereich auf.
Allerdings hahe ich kein Indiz darauf gefunden, dass das Encoding in den Meta angaben falsch wäre.

Code: Select all

<!DOCTYPE html>
<html lang="de">
<head>
    <title>phpMyFAQ Codename Portia - powered by phpMyFAQ</title>
    <meta charset="utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="content-language" content="de">
    <meta name="application-name" content="phpMyFAQ 2.6.9">
    <meta name="copyright" content="(c) 2001-2010 phpMyFAQ Team">

Code: Select all

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
    <title>phpMyFAQ Codename Portia -  powered by phpMyFAQ 2.6.9</title>
    <base href="http://faq.extrablog.info/" />
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
Ich sehe da auch erstmal keinen nennenswerten Unterschied zwischen den Metaangaben des Fronends und des Backends.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Umlaute fehlerhaft ??

Post by Thorsten »

Hi,

ich schau mir das an!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Online-Support
Posts: 1
Joined: Fri Oct 08, 2010 4:22 pm
Location: Wegberg-Wildenrath
Contact:

Re: Umlaute fehlerhaft ??

Post by Online-Support »

Kann ich bestätigen.

Du kannst einfach in der "language_de.php" die entsprechenden Einträge ändern:

Statt

Code: Select all

$PMF_LANG['ad_linkcheck_checkResult'] = 'Ergebnis der automatischen Linküberprüfung';

Code: Select all

$PMF_LANG['ad_linkcheck_checkResult'] = 'Ergebnis der automatischen Link&uuml;berpr&uuml;fung';
Für die anderen entsprechend ändern.
Ist nicht die Erklärung für den Fehler, bis zur Behebung kann man das aber so machen.
Michael Schnödewind
| Mein-Online-Support | Bild-Hosting | IGOR-Fun |
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Umlaute fehlerhaft ??

Post by Thorsten »

Hi,

ich hab einfach mal alle Umlaute in Entitäten umgewandelt für die 2.6.10. Danke euch!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply