On Thu, Apr 23, 2015 at 7:46 PM, Gavin Cannizzaro <[email protected]> wrote:
> I filed this as an issue here: https://github.com/gittup/tup/issues/233 > Thanks for digging into this & filing the issue! I think this is fixed in master, though I find the Windows Unicode support to be confusing, so I wouldn't be surprised if I got something wrong. I ended up compiling with -DUNICODE -D_UNICODE, and using the wchar_t file-system functions in Windows. Internally we still convert everything to UTF8 (including the tup database), but when interfacing with Windows functions, we convert to the 16-bit filenames first. If anyone has more experience with this sort of thing, I'd appreciate if you'd take a look at https://github.com/gittup/tup/commit/7f0a6916ad6b4c37cb0394be3089ff121e23b5cb and provide suggestions. Thanks! -Mike -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
