A strange problem occurs when I search for words with umlauts in them:
- When we launch a search from the search window integrated into the
header of our regular pages, the umlauts somehow get corrupted.
Here's a link to our staging server: http://icms.mesh-test.com
If you enter something with an umlaut into the search window at the top
(e.g. "Acetylsalicylsäure" ... the "ä" gets changed into "ä" on the
results page).
- However if you use the regular search window on
http://icms.mesh-test.com/zoom/search.php or even the search window in
the header of that page, the umlaut is not broken.
Any ideas why that might happen?
The code in the header is the same on both pages.
Encoding is the same in the search_template.html as in the other php
pages of the site (content=text/html ... charset=utf-
The header part is pulled in as an include on the php pages, on the
search_template it is integrated directly in the code, but otherwise
I cannot think of a difference.
All content on the site is in German so the umlauts are critical.
Any help would be greatly appreciated.
- When we launch a search from the search window integrated into the
header of our regular pages, the umlauts somehow get corrupted.
Here's a link to our staging server: http://icms.mesh-test.com
If you enter something with an umlaut into the search window at the top
(e.g. "Acetylsalicylsäure" ... the "ä" gets changed into "ä" on the
results page).
- However if you use the regular search window on
http://icms.mesh-test.com/zoom/search.php or even the search window in
the header of that page, the umlaut is not broken.
Any ideas why that might happen?
The code in the header is the same on both pages.
Encoding is the same in the search_template.html as in the other php
pages of the site (content=text/html ... charset=utf-
The header part is pulled in as an include on the php pages, on the
search_template it is integrated directly in the code, but otherwise
I cannot think of a difference.
All content on the site is in German so the umlauts are critical.
Any help would be greatly appreciated.
Comment