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

Re: Subversion Unicode Support

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-11-21 22:09:02 CET

Alon Bar-lev wrote:

>I can see a situation where there are two files in the same directory
>with the same extension, one that is ASCII and one that is UCS-2.
>So I guess the content type attribute is not enough.
>
>
The file extension certainly doesn't define the content, much less the
encoding. And the content-type (or rather, svn:mime-type) attribute
should be enough. For example, you could set svn:mime-type to

    text/plain; charset=UTF-16

But not now, because Subversion doesn't parse the charset parameter (yet).

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 21 22:10:52 2004

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.