Re: [sleuthkit-users] ntfs.c.patch
Brought to you by:
carrier
From: TAKAHASHI M. <mo...@ho...> - 2003-03-01 12:26:11
|
Hideaki Ihara wrote: >I tested utf8.patch. >(http://www.port139.co.jp/task/ntfs.dd) >fls and ffind displayed Japanese file names in Unicode correctly. >However, icat and istat displayed error 'Segmentation fault'. OK, I created the refined one. Please examine again. The patch is available at http://www.monyo.com/technical/unix/TASK/utf8-3.patch In the prior version, the pointer for UCS-2 conversion function is NULL by default, so we need explicitly to initialise that on each command. Now the default is pointed to original uni2ascii() function. This makes the commands which need not to support UTF-8 (such as icat) are not required to modify its source. I added -8 option to fls, ffind and istat. ----- TAKAHASHI, Motonobu (monyo) mo...@ho... http://www.monyo.com/ |