Re: [sleuthkit-users] ntfs.c.patch
Brought to you by:
carrier
From: Brian C. <ca...@at...> - 2003-03-04 14:27:15
|
>>OK, I created the refined one. Please examine again. >>http://www.monyo.com/technical/unix/TASK/utf8-3.patch > > Thank you for a new patch. > I tested utf8-3.patch. > utf8-3.patch is wonderful. :-) Great! I am swamped right now, but will work on incorporating this later. For scaling reasons, I'm more inclined to make a new flag that specifies ASCII or UTF-8 and just have fls and ffind set the flag and not have to deal with different function calls. It would be useful if you could make a small partition (10 MB or so that is wiped so it compresses nicely) with Japanese characters in it. Can you run one more test? Can you make a second data attribute with a Japanese name (aka alternate data stream)? echo "Test" > JAPANESE_NAME.txt echo "Hidden Test" > JAPANESE_NAME.txt:JAPANESE_NAME2 Then, do an 'istat' on the file and make sure that the attribute name appears. thanks a lot! brian |