N
Nicky
Dr.Ruud said:Nicky schreef:
You shouldn't care about how a filesystem saves things, you should find
out how to set and how to get the filenames, in the proper encoding, or
just refrain from special characters.
I object to this because i the files i create are not saved in 'UTF8'
(although iam telliogn Notepad2 to do so) hence i need to convert them
many many times inside my scripts.
Wouldn't it be better if the files were saved in 'UTF8' so i wouldnt
have to do this?
Or perhaps you mean somethign else?
Please run this and reply with the output:
perl -MWin32 -e "printf qq{%s\t%08x\t%s\n}, Win32::FsType"
On a W2K-system here, it prints
NTFS 000700ff 255
Yes thats the response i also got (although i dont know what it does)
C:\>perl -MWin32 -e "printf qq{%s\t%08x\t%s\n}, Win32::FsType"
NTFS 000700ff 255
C:\>