[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-06-09 05:29:26
|
Bugs item #3314047, was opened at 2011-06-09 01:29 Message generated for change (Tracker Item Submitted) made by robjoyce 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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3314047&group_id=55685 |