Whenever I save a file from a Windows application on Solaris, if the filename is 8 characters or less, it converts the filename entirely to lowercase, but with 9 characters or more, it works fine. ie:
1234567890
abcdEFGHI.txt --> abcdEFGHI.txt
abcdEFGH.txt --> abcdefgh.txt
Any ideas?
1234567890
abcdEFGHI.txt --> abcdEFGHI.txt
abcdEFGH.txt --> abcdefgh.txt
Any ideas?