Toby Johnson <toby@etjohnson.us> writes:
> 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.
I'm not sure what to do with that information :) Is it the answer to
one of my questions above? Please bear in mind I don't know much
about Windows, or OS/X, internals; in particular I don't know what
rules they use when determining whether two filenames match.
--
Philip Martin
---------------------------------------------------------------------
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:49:31 2005