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

Re: Possible to check the same file in twice?

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2005-01-31 19:25:30 CET

Philip Martin wrote:

>As far as I can see that script uses case conversion rules provided by
>perl. Are perl's rules the same as those used by OS/X? Are perl's
>rules the same as those used by Windows? Do OS/X and Windows use the
>same rules as each other? Does OS/X, or Windows, use the same rules
>on all filesystems?
>
>
If you are using Perl 5.8, you can instruct it to honor the LC_COLLATE
environment variable by inserting a "use locale" statement into the
code. In this case, it should use your locale to convert character case
correctly. See http://www.perl.com/doc/manual/html/pod/perllocale.html
for more information.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 31 19:30:04 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.