Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-09 Thread Bob Ionescu
2009/1/9 sathya sai : > with apache-1.3 Try to upgrade to the 2.2 branch. The mapping of UTF-8 characters to the filesystem works there since Apache 2 (or better APR) supports unicode on Windows, which you have already mentioned above. > if this is known issue with apache-1.3 I would call it a (

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-09 Thread sathya sai
Yea, I could confirm that my browser transferred the bytes mentioned in my previous thread. Yes, I am presently facing problem on the Windows environment. Could you please help me out with your thoughts, if this is known issue with apache-1.3 (which seems to be from the link with I had mentioned

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-08 Thread Eric Covener
On Wed, Jan 7, 2009 at 11:51 PM, sathya sai wrote: > > The UTF-8 equivalent for あいうえお (URI resource part) is > %E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A. I use > http://hpcgi1.nifty.com/glass/url/url_encode.cgi to verify the same. That doesn't mean your browser transmitted those bytes. > > A

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
The UTF-8 equivalent for あいうえお (URI resource part) is %E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A. I use http://hpcgi1.nifty.com/glass/url/url_encode.cgi to verify the same. And to add-on to this, found http://osdir.com/ml/apache.devel/2002-03/msg00117.html URL which in brief mentions the follow

Re: [us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread Eric Covener
On Wed, Jan 7, 2009 at 6:18 AM, sathya sai wrote: > Hi Apache folks, > > When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) from > my firefox browser, I could see that my browser translates the URI resource > portion to UTF-8 encoded formated > (%E3%81%82%E3%81%84%E3%81%86%E3%

[us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
Hi Apache folks, When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) from my firefox browser, I could see that my browser translates the URI resource portion to UTF-8 encoded formated (%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A.pdf) which is as expect

[us...@httpd] Problem with URI conversion on Apache-1.3.41

2009-01-07 Thread sathya sai
Hi Apache folks, When I enter http://x.x.x.x/docs/あいうえお.pdf (x.x.x.x a japanese system) from my firefox browser, I could see that my browser translates the URI resource portion to UTF-8 encoded formated (%E3%81%82%E3%81%84%E3%81%86%E3%81%88%E3%81%8A.pdf) which is as expecte