Pascal Schirrmann wrote: > Duncan Webb a écrit : >> What you need to do here is use wget --http-user=xxx --http-password=yyy >> "http://link/to/page" then check that the correct encoding has been >> reported in the header, I think that you will find that it is utf-8. >> Then look for the incorrect text and see if it is a unicode character or >> a &nnn; code. >> > OK, I already had a look in the source code of the page (from the > browser point of vue) but i did as you asked. > So definitively, for the main page, the encoding is stated as UTF-8 and > the test is also UTF-8 coded. No harm here. > So I started Ethereal to know about the popup (send by 'info_click' in > scripts/display_info-head.js ) > > Here is the header a little light, maybe : > > HTTP/1.1 200 OK > Date: Fri, 05 Jan 2007 18:54:26 GMT > Content-length: 1765 > Content-type: text/html > Server: TwistedWeb/2.4.0
Where do you see this header? The pop-up is really part of the main page and is simply moved and unhidden by the script. After checking this out I found a couple of errors, the webserver does not like blank lines, as well as <cr> if the fxd file, so they are removed from the data fields. Sometime unicode characters work and earlier they didn't without changing the output. Also removed empty and None from the fxd files. Duncan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel