Http Request and characters...
From: objectref (objectref_at_mediatrel.com)
Date: 03/15/05
- Next message: Brian Keating: "Re: operator== and null"
- Previous message: Maarten: "Re: parrentrow"
- Next in thread: Joerg Jooss: "Re: Http Request and characters..."
- Reply: Joerg Jooss: "Re: Http Request and characters..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Mar 2005 13:52:23 +0200
Hi to all folks here,
i have made a simple http server application that takes requests from
browsers
and do some processing on these.
The problem is that if i pass Greek characters on it, for example, ÁÂÃÄ,
i get back %CE%91%CE%92%CE%93%CE%94.
and when i pass symbols, i get nothing back.
For example. in the below request, the symbols after "generic;" never come
to my http server.
http://192.168.123.45:8501/project.serv;123456;4540;10;6945551561;generic;#$%^&*()_+
I can create a table-map for the Greek characters (so that, e.x., when i
get %CE%91 i know that is an "A")
but i am sure that there is another way to do so, unfortunately, not one
that i know of!
Can anyone help with that ?
Thanks a lot for any help,
objectref
- Next message: Brian Keating: "Re: operator== and null"
- Previous message: Maarten: "Re: parrentrow"
- Next in thread: Joerg Jooss: "Re: Http Request and characters..."
- Reply: Joerg Jooss: "Re: Http Request and characters..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|