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

Re: Z/OS text files codepage translation

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Mon, 28 Jan 2008 07:59:15 -0600

On Jan 28, 2008, at 02:18, Fulvio Cavarretta wrote:

> we are trying to use subversion client on a Z\OS open
> edition environment (a Unix Like environment).
> A part from compilation issues, I have a more crucial question:
> does svn
> client take into account local codepage? Our fear is that text
> files are
> checked out only UTF-8 format. Unluckily Z/OS works with ebcdic
> codepage: is there any specific switch that can be enabled (svn
> client
> side) to force a specific codepage ?

Subversion stores log messages and filenames in the repository in
UTF-8, but does not recode the contents of your files; they're stored
in the repository with exactly the bytes you sent. Log messages and
filenames are encoded to/from your local system's standards in
accordance with the LANG environment variable, or equivalent.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-28 15:00:06 CET

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.