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

Re: Cross-Platform Character Encoding Issues

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-22 17:53:48 CEST

On Aug 22, 2005, at 10:33 AM, Gustave T. Stresen-Reuter wrote:
>
> I've read in several places that documents checked into Subversion
> are converted to utf-8, but if that were true, why would we end up
> with this mis-encoded documents?

Subversion never changes the contents of files, ever. It treats file
contents as opaque strings of bytes.

The only exception to this is when you explicitly set the svn:eol-
style or svn:keywords properties. These properties give the svn
client permission to change line-endings and expand keywords.

So, if you're not setting those properties, then any encoding
problems you're having are purely outside of Subversion.

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 22 18:04:52 2005

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

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