PDA

View Full Version : german special chars


prefix
07-30-2005, 10:51 AM
hi!

is there any solution for the wrong output of german special-chars ("umlaute") in pixelpost 1.4? thanks for anwers.

Connie
07-30-2005, 11:17 AM
yes!

Update to 1.4.2!

if you are already usign 1.4.2, everything should be ok, if you read the documentation and follow it! :lol:

because the templates then will be in UTF-8 etc.
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

was meinst du, warum ich mir die Mühe gemacht habe, alles in UTF-8 zu haben und auszugeben? Warum unsere Templates alle Charset=utf8 haben und warum das in der Doku beschrieben ist?

:lol:

prefix
07-30-2005, 11:33 AM
danke dir - ich benutze jedoch 1.4.2 -> http://www.jkrammer.net/

und da ist das problem leider vorhanden :(

prefix
07-30-2005, 11:37 AM
sorry, aber ich stell hier gleich noch eine frage: ich krieg den title nicht rein - d.h. im admin-backend sehr wohl (unter -> options -> general); doch im blog an sich wird die variable nicht gezogen - hast da ev. eine idee?

Connie
07-30-2005, 11:53 AM
Ich schreibe in englisch, sonst gibt's wieder Nachfragen ;=)

1) two times a style-sheet in the header , why?
2) place <SITE_TITLE> into your template instead of "a title for your blog"

3) check please:

- default codepage of browser when entering data into forms
- default codepage of MySQL

your APACHE accepts windows-1252, utf-8, utf-16, iso-8859-1, but what about the database?

check that with PHPAdmin for example

prefix
07-30-2005, 12:01 PM
alright, thanks :)

the following success I got:

1. there were 2 stylesheets in cause of some mistakes of the developer of the stylesheet - it's fixed now

2. the phrase "a title of your blog" is an image - I'm trying to change it

concerning the others proposals I'll answer in short time.

prefix
07-30-2005, 12:18 PM
3) check please:

- default codepage of browser when entering data into forms
- default codepage of MySQL

your APACHE accepts windows-1252, utf-8, utf-16, iso-8859-1, but what about the database?

check that with PHPAdmin for example

sorry, but HOW should I check this - I'm logged in in mysql (phpmyadmin) - but what's the procedure to check the codepages please?

Connie
07-30-2005, 02:17 PM
I also don't find it in PHPAdmin now

prefix
07-30-2005, 03:11 PM
the solution - I only made the following line under comment in functions.php

function clean($str)
{
#$str = UTF8_encode($str);
$str = addslashes($str);
return $str;
}

Connie
07-30-2005, 03:50 PM
yes, like I mailed you ...

either have this line on or not...

gut, dass es funktioniert... haben sich die Mails überschnitten :lol: