https://issues.apache.org/bugzilla/show_bug.cgi?id=49675

           Summary: wrong charset for directory indexing
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I've mounted an NTFS partition with UTF-8 character set :

/dev/sda2   /mnt/E  ntfs-3g        
auto,user,noatime,uid=<me>,gid=<we>,umask=0022,noexec,locale=de_DE.utf8 

On that partition there's a directory which should be readable via http. The
location is defined within /etc/apache2/vhosts.d/default_vhost.include with an
Alias and a Directory directive.

>From the apache doc :
"The Charset keyword allows you to specify the character set of the generated
page. The default is either ISO-8859-1 or UTF-8, depending on whether the
underlying file system is unicode or not. "

But nevertheless I have to set "IndexOptions Charset=UTF-8" to get a string
like 'Köln' displayed correctly.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to