|
Haven't registered yet? Do it here now!
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 2:38 pm Post subject: German Umlaute |
|
|
|
|
|
|
|
|
|
|
I post from BA to BO.
The text ist german wich german umlaute. Special Chars...
I used these feeds for long time now with BA to post to WPMU, Blogger and Thumblogger. No Problem here.
Posting to BO blogs and use the Feeds directly in BO make problems with the German Umlaute.
Everywhere this: ��
Where is the problem?
thank you
trust |
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 3:00 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
There are also problems with encoded umlauts.
they are stored in the db like this: ä
all encoded umlaute dont displayed right. when i switch in the browser from utf-8 to iso, the encoded umlaute works.. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 3:13 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
put utf8 character encoding meta tag to your BO blogs and it should work.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 3:26 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
i already had
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
in my template. dont work
when i open a post in the BO-editor and save, the umlaute works. i tried it on some of the posts on this blog
Last edited by trustadvert on Wed Sep 30, 2009 7:32 pm; edited 1 time in total |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 6:01 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
weird.. probably somewhere down the line they went in other encoding, because when i open your blog and from my browser switch to the regular encoding: western iso-8859-1 they work fine.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 7:33 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
i dont know what to do now.
when i switch to iso, the encoded entities like ö works but others dont work. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 7:55 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hmm... as i said somewhere in between the encoding gets changed.. i have something in my mind, but it depends on how much blogs you currently have in BO... so whats their number? _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 7:58 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
i just started to use BO. there is only that one blog |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Sep 30, 2009 8:23 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
ok, then you would perfectly fit for the test..
if you know how to operate with phpmyadmin go into the BO database, table "boposts" and change its collation to 'utf8_general_ci' and the same to fields "post" and "title" of that table.
Once you are done, set your blog meta character encoding to utf8 and publish a new post. It should be fine.. all old post must be deleted..
if you can't do that, pm me access to your phpmyadmin.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
Vadim
Joined: 30 Aug 2006 Posts: 75
|
|
|
|
|
|
|
Posted: Tue Oct 06, 2009 7:56 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
@trustadvert
Läuft dein Server unter ISO oder UTF?
Habe einige Server mit ISO - Header, da hilft mir folgende zeile in der index.php : Code: | <?php header("Content-Type: text/html; charset=utf-8"); ?> |
Muss als erste Zeile stehen und darf kein Leerzeichen davor haben.
Dies zwingt den Server einen entsprechenden header zu senden.
Gruß Vadim |
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Tue Oct 06, 2009 8:18 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
danke Vadim,
es war ein anderes problem.
falls ein header-problem auftritt, löse ich das mit folgenden eintrag in der .htaccess:
AddDefaultCharset utf-8
@all: sorry for speaking german |
|
|
|
|
|
|
|
shogun
Joined: 21 Oct 2007 Posts: 172 Location: far away from all of you
|
|
|
|
|
|
|
Posted: Fri Sep 10, 2010 12:39 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Hello there,
i have the same problem with special chars in the german language. German umlauts are shown as: ��. This don't look nice and the feeds of the blogs are not valid.
I can't find here a real solution wich solve the problem. Please what is to do for the german umlauts are shown as normal on the blog?
I also post from BA to BO, have more then one blog in my BO and I have english and also german blogs running.
shogun. _________________ Regards,
shogun |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Fri Sep 10, 2010 7:08 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
did you put the utf8 encoding in your blog template? _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
shogun
Joined: 21 Oct 2007 Posts: 172 Location: far away from all of you
|
|
|
|
|
|
|
Posted: Sat Sep 11, 2010 2:37 am Post subject: |
|
|
|
|
|
|
|
|
|
|
Yes, I have this meta tag in the <head>: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />. _________________ Regards,
shogun |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 14, 2010 8:21 am Post subject: |
|
|
|
|
|
|
|
|
|
|
ok, i will need to take a look..
pm me the following data: url and pass to BO admin and phpmyadmin access to the BO database.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
shogun
Joined: 21 Oct 2007 Posts: 172 Location: far away from all of you
|
|
|
|
|
|
|
Posted: Thu Sep 16, 2010 2:58 am Post subject: |
|
|
|
|
|
|
|
|
|
|
I am not shure now, do you got my PM? _________________ Regards,
shogun |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Thu Sep 16, 2010 9:23 am Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there, yeah i got it and today i will be looking on the issue. You will have a response by the end of the day _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |