On Fri, 20 Jun 2003, Mariusz Zynel wrote:
Maurice Lombardi wrote:
Mirsad Todorovac a écrit:
On Fri, 20 Jun 2003, Eike Lange wrote:
I don't see Latin2 chars correctly now. What I get from server is:
domac:~> telnet www.gnu-pascal.de 80 Trying 132.252.79.79... Connected to Tartaglia.Dida.Physik.Uni-Essen.DE. Escape character is '^]'. GET http://www.gnu-pascal.de/gpc-hr/h-index.html HTTP/1.0
Sorry for being OT but the proper URI in the request does not contain host part. It should rather read:
GET /gpc-hr/h-index.html HTTP/1.0
Thank you, Mariusz, for pointing out this -- the error is mine, not Maurice's. It remained from trying it with HTTP/1.1, I suppose.
Unfortunatelly, from two offered charsets, all browsers made a non-logical choice: per/file configuration should have had overridden the per/server one (notably, a server may and probably will have content in several languages and encodings, one being default for the server ...).
Or am I seeing wrong?
Mirsad
P.S. Bellow is the fixed example:
domac:~/c> telnet www.gnu-pascal.de 80 Trying 132.252.79.79... Connected to Tartaglia.Dida.Physik.Uni-Essen.DE. Escape character is '^]'. GET /gpc-hr/h-index.html HTTP/1.0
HTTP/1.1 200 OK Date: Fri, 20 Jun 2003 19:49:56 GMT Server: Apache/1.3.26 (Unix) Debian GNU/Linux Last-Modified: Wed, 07 May 2003 01:11:57 GMT ETag: "23b2d-1a8a-3eb85d5d" Accept-Ranges: bytes Content-Length: 6794 Connection: close Content-Type: text/html; charset=iso-8859-1 ^^^^^^^^^^^^^^^^^^
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html lang="hr"><head> <!-- Generated automatically by make-homepage DO NOT CHANGE THIS FILE MANUALLY! --> <title>GNU Pascal</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> ^^^^^^^^^^^^^^^^^^ </head> . . .