merzmedia
07-22-2009, 07:32 AM
Pausing RSS Scroller
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
German special chars are not displayed correctly in the scroller (e.g. as "A1/4" ).
UTF-8 should be used in the scroller.
in "lastRSS.php" there is a varable for the charset:
var $default_cp = 'UTF-8';
but this NOT used anywhere else in this script or "scrollerbridge.php"
You can see the wrong characters on ssu-solarstrom-ulm.de (http://www.ssu-solarstrom-ulm.de) in the scroller (right column).
Please help.
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
German special chars are not displayed correctly in the scroller (e.g. as "A1/4" ).
UTF-8 should be used in the scroller.
in "lastRSS.php" there is a varable for the charset:
var $default_cp = 'UTF-8';
but this NOT used anywhere else in this script or "scrollerbridge.php"
You can see the wrong characters on ssu-solarstrom-ulm.de (http://www.ssu-solarstrom-ulm.de) in the scroller (right column).
Please help.