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

Re: Unicode files

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-07-21 17:09:36 CEST

On 7/21/06, Jarl Friis <jarl@softace.dk> wrote:
> After having read the old thread starting at
> http://svn.haxx.se/users/archive-2004-11/1019.shtml
>
> I can see that support for unicode was requested for the svn diff
> functionality. I believe that the conclusion was that it is just a
> question of finding a proper diff tool.
>
> In http://svn.haxx.se/users/archive-2004-11/1067.shtml
> Norbert Unterberg writes:
> > Subversion doesn't (yet) know how to treat UTF-16 files as text for
> > purposes of eol-translation. It can handle UTF-8, of course. Sorry.
>
> However I wonder what is the status for supporting unicode
> (UTF-16) with respect to svn *merge* feature?

Well, in that case, you need to find the right diff3 tool :-) See the
--diff3-cmd command line option.

> I do understand that wrt. storage subversion is completely ignorant of
> the file content, however subversion is capable of merging (ANSI) text
> files and probably also UTF-8 files. But how about UTF-16 ? or other
> Unicode encodings.

Subversion won't merge anything which it's told is binary. If you tell
it your file is text and you have a tool which can merge files of that
content type, you're just ok.

HTH,

Erik.

BTW: I think this is a users@ question as it doesn't directly pertain
development of Subversion. Please continue there.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 22 10:49:53 2006

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.