[sleuthkit-developers] [ sleuthkit-Bugs-3314047 ] UTF-8 versions of fs and img type decoding
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2011-09-17 15:07:36
|
Bugs item #3314047, was opened at 2011-06-09 00:29 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3314047&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Rob (robjoyce) Assigned to: Nobody/Anonymous (nobody) Summary: UTF-8 versions of fs and img type decoding Initial Comment: I've got a few programs that link against TSK and use UTF-8 internally, even on Windows. The attached patch adds UTF-8 versions of tsk_fs_type_toid() and tsk_img_type_toid(). (If you want to avoid duplicate code, the TSK_TCHAR versions could just call these after conversion to char.) Not a big deal, but perhaps these are useful for folks other than just me. Apologies if this is a duplicate; SourceForge didn't appear to add it the first time. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2011-09-17 10:07 Message: Checked into trunk. Thanks Sending trunk/NEWS.txt Sending trunk/tsk3/fs/fs_types.c Sending trunk/tsk3/fs/tsk_fs.h Sending trunk/tsk3/img/img_types.c Sending trunk/tsk3/img/tsk_img.h Sending trunk/tsk3/vs/mm_types.c Sending trunk/tsk3/vs/tsk_vs.h Transmitting file data ....... Committed revision 373. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3314047&group_id=55685 |