You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2002/03/26 07:55:52 UTC

Re: general/9764: utf8_to_unicode_path not support chinese directory

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: utf8_to_unicode_path not support chinese directory

State-Changed-From-To: open-closed
State-Changed-By: wrowe
State-Changed-When: Mon Mar 25 22:55:52 PST 2002
State-Changed-Why:

Apache on WinNT uses the UTF-8 encoding throughout the 
internals to provide i18n accessability to the files
stored in Unicode on FAT32 and NTFS volumes.

This is for two reasons; one is speed.  The physical
storage is in Unicode, therefore the straight conversion
between utf-8 and unicode is considerabily faster than
any other translation scheme.

The second is security, since the character encoding has 
implications for capturing invalid characters.

The remaining bug will be fixed in .34 - we will strip off
the MS-ish prefix from the utf-8 .conf/.htaccess files so 
that Apache wouln't fail to load the configuration saved
from 'nonstandard' editors [e.g. Notepad.]

If you care to open a request for a module that might decode
URLs given in other character encodings; or might process
config files from other codepages, please file a very 
specific feature request (with patch, if you like) to the
new bugzilla tracking system at 

  http://nagoya.apache.org/bugzilla/

Thanks for your report; I'm sorry your patch is too specific
for consideration - utf-8 really provides the only open
encoding standard that could satisfy the entire Apache 
community.

Synopsis-Changed-From: utf8_to_unicode_path not support chinese directory
Synopsis-Changed-To: UTF-8 alone is supported in .conf file semantics on WinNT
Synopsis-Changed-By: wrowe
Synopsis-Changed-When: Mon Mar 25 22:55:52 PST 2002