> Yes, if someone has Apache or a newer IIS installed he could help. > Create a file name with characters not in current ANSI code page by copy > those characters from the Windows application charmap.exe. > Than start a packet sniffer and log a directory listing.
Using IIS6 on W2K3. The twothird character (U+2154) is sent in the dirlist as 3 characters : 0xE2 0x85 0x94. In the href link, the 3 characters are expressed as %e2%85%94 while they are binary in the text itself. There is nothing in the html header to tell which code page or charset is used. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
