28 Apr 2005 11:49
Re: ö and ä in web folder
Christian Huldt <christian <at> solvare.se>
2005-04-28 09:49:20 GMT
2005-04-28 09:49:20 GMT
Scott Alexander wrote: > > Hi, > > I have Apache/1.3.31 (Unix) DAV/1.0.3 mod_perl/1.29 configured. > > If I place in a directory on the web server a file öääö.txt and then > look at it via windows explorer after creating a web folder it appears > as %f6%e4.txt etc > I believe that is from reading escaped iso-8859-1 as utf8 In order to have reliable results I've had to use apache2 with addDefaultCharset utf8 directive. The difference goes between win2k and winXP, or between win2k without or with office-xp (or later I assume), the latter uses utf8 and the former iso-8859-1 unless forced to use something else. The above directive is the only way I have found so far... > I'm using it with a perltranshandler but even with the simplest of > setups I get the same problem. > > My simple setup is > > # WEB DAV > DAVLockDB /var/log/webdav/DAVLock >(Continue reading)
RSS Feed