I know there are a lot of other topics that are equal to this one, but it isn't.
In php there is a function called iconv
. It can convert é
to e
or ö
to o
, theoretically.
Here is good example: http://php.net/manual/de/function.iconv.php#105507
Now I'm struggling at the point that I don't get the same result as in the example.
For the English or German language, doesn't matter at this point, I get Weiss, Goldmann, G"obel, Weiss, G"othe, Goethe und G"otz
. The ß
letter is correct converted to ss
, but not the others.
I know the example is 6 years old. But what changed through the time? How do I get it right?