But in linux, the url will do ascii decode. I think function ap_unescape_url in server/util.c do this. Is this right?
> Chang Limin wrote: >> Hi, >> I know that the url will do utf-8 decode in windows xp, but i cannot >> find the decode function in the httpd-2.2 source code. > > Because httpd thinks it is always utf-8. Only in apr (srclib/apr/...) > do those functions decode utf-8 into Unicode for file names, etc. >
