Tini72
7th of April 2008 (Mon), 14:42
I managed running exibition engine with UTF-8 encoding - this works within EE quite well including Umlaute.
But now I tried embedding the rss feed to my frontpage (which isn't EE but run with the cms Drupal) and there I discovered an encoding problem. Drupal is set up in UTF-8 as well, so there shouldn't be an encoding problem - but there is: All words from the EE rss feed (latest exhibitions) display strange characters - they doesn't seem to be neither UTF-8 nor ISO-8859-1 ( I tried to swith the encoding manually via the browser interface but the characters are displayed incorrectly both with UTF-8 and ISO-8859-1). The titles are displayed correctly within EE as exhibition names (UTF-8). I wonder what is going wrong? Can't you embedd EE rss feeds into other pages/sites as it is possible with other rss feeds? Is EE really using UTF-8 or some pseudo UTF-8?
The display of the embedded RSS feeds results in chararacters like this (UTF-8):
Latest Galleries
Potsdam
Schlösser und Herrenhäuser
Häuser und Gebäude
when set to ISO-8859-1 it looks like this
Schlösser und Herrenhäuser
Häuser und Gebäude
Unfortunately I can't use the snippets since they cause problems with Drupal (probably due to some variable names used by EE and Drupal).
By the way for embedding the ee rss feed I tried MAGPIE rss/php parser.
But now I tried embedding the rss feed to my frontpage (which isn't EE but run with the cms Drupal) and there I discovered an encoding problem. Drupal is set up in UTF-8 as well, so there shouldn't be an encoding problem - but there is: All words from the EE rss feed (latest exhibitions) display strange characters - they doesn't seem to be neither UTF-8 nor ISO-8859-1 ( I tried to swith the encoding manually via the browser interface but the characters are displayed incorrectly both with UTF-8 and ISO-8859-1). The titles are displayed correctly within EE as exhibition names (UTF-8). I wonder what is going wrong? Can't you embedd EE rss feeds into other pages/sites as it is possible with other rss feeds? Is EE really using UTF-8 or some pseudo UTF-8?
The display of the embedded RSS feeds results in chararacters like this (UTF-8):
Latest Galleries
Potsdam
Schlösser und Herrenhäuser
Häuser und Gebäude
when set to ISO-8859-1 it looks like this
Schlösser und Herrenhäuser
Häuser und Gebäude
Unfortunately I can't use the snippets since they cause problems with Drupal (probably due to some variable names used by EE and Drupal).
By the way for embedding the ee rss feed I tried MAGPIE rss/php parser.