|
#1
|
|||
|
|||
|
german special chars
hi!
is there any solution for the wrong output of german special-chars ("umlaute") in pixelpost 1.4? thanks for anwers. |
|
#2
|
|||
|
|||
|
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. Quote:
:lol: |
|
#3
|
|||
|
|||
|
danke dir - ich benutze jedoch 1.4.2 -> http://www.jkrammer.net/
und da ist das problem leider vorhanden
|
|
#4
|
|||
|
|||
|
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?
|
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
I also don't find it in PHPAdmin now
|
|
#9
|
|||
|
|||
|
the solution - I only made the following line under comment in functions.php
Code:
function clean($str)
{
#$str = UTF8_encode($str);
$str = addslashes($str);
return $str;
}
|
|
#10
|
|||
|
|||
|
yes, like I mailed you ...
either have this line on or not... gut, dass es funktioniert... haben sich die Mails überschnitten :lol: |
| Post Reply |
| Thread Tools | |
|
|