[plug] case sensitivity issue

Leon Brooks leon at brooks.fdns.net
Thu Sep 18 17:21:55 WST 2003


On Thu, 18 Sep 2003 16:35, Jon Miller wrote:
> Does anyone know if it's possible to make either Linux  or MySQL not
> case-sensitive? Seems that bringing a code from the Windows
> enviroment may involve a lot of recoding due to case-sensitvity
> issues.

Put it on a VFAT partition.

Alternatively, put it on a SaMBa share which has been set to ignore case 
differences.

Better still, fix the app. Dollars to doughnuts it has some backslashes 
hidden away somewhere as well - even though slashes work fine in 
MS-Windows paths - which will break compatibility with *everything* 
else.

An alternative which works well for programs which include a single 
common header file is to redefine functions like fopen() and 
reimplement them to lowercase their filenames and replace any 
backslashes with slashes.

Cheers; Leon

_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug


More information about the plug mailing list