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

<script>

---

> If the header is correct and the character is correct then it's a
> problem with your linux configuration or a browser bug.
>
>   
I'm not an expert, I don't know if Firefox is wrong no to use the same 
encoding for a pop-up than in the main page.
>   
> Duncan
>
>
>   
Thanks,

-- 
Pascal Schirrmann


-------------------------------------------------------------------------
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

Reply via email to