Hi all,
I have a problem with ä/ü/ö in the text.
where and how can I change it in php?
is that correct??
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
thanks for help
Hi all,
I have a problem with ä/ü/ö in the text.
where and how can I change it in php?
is that correct??
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
thanks for help
I have it from the beginning of the installed theme. Don't you use the DE version of Wordpress?
http://wordpress-deutschland.org/
If I take a look in my site's source code with the CORONA theme installed, there is the following code:
<!DOCTYPE html>
<html dir="ltr" lang="de-DE">
<head>
<meta charset="UTF-8" />
Yes utf-8 is installed, but when i write directly in php code maybe to change the english "read more" or "relatet posts"
i have to use this...
Ä=Ä
ä=ä
Ü=Ü
ü=ü
Ö=Ö
ö=Ö
ß=ß
ok problem is solved, i thought there is another trick
ok, I've missunderstood you.
Here is a great site for this, to change the PHP code, so that Ä is really Ä:
http://leftlogic.com/projects/entity-lookup/
Ä is for example
Ä
But you can use the default.po file in folder "lang" and translate this file with POEDIT:
http://www.poedit.net/
Works fine for such things like "read more" etc.
thanks colorit :) works fine
Gern geschehen :-)
Hey,
I see colorit could help you :) Thanks for helping out, colorit!
You must log in to post.