[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn.collab.net httpd configuration: default charset

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-04-17 08:10:50 CEST

On 2005-04-16 21:43:09 Greg Hudson wrote:
> On Sat, 2005-04-16 at 18:23, Marcus Rueckert wrote:
> > i would remove the default charset at all. otherwise scripts which
> > are in latin1 might look weird.
>
> We have scripts in latin1?

These files contains non-UTF-8 sequences in trunk:

trunk$ grep -r . . | nosvn | find_inv_utf8 | cut -f 1 -d : | sort | uniq
./INSTALL
./doc/translations/french/appendices.texi
./doc/translations/french/client.texi
./doc/translations/french/getting_started.texi
./doc/translations/french/repos_admin.texi
./doc/translations/french/svn-handbook-french.texi
./doc/translations/russian/misc-docs/quick_walkthrough.xml
./notes/fs-improvements.txt
./packages/windows-innosetup/Readme.txt
./packages/windows-innosetup/svn.iss
./packages/windows-innosetup/tools/svnpath/svnpath.rc
./www/httpd-win32.patch.txt
trunk$

All of them are text files, except the windows-innosetup stuff which
probably have to be that way.

AddDefaultCharset UTF-8 — yesthankyou.

-- sunny256

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 17 08:11:33 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.