02-17-2016, 03:44 PM
(This post was last modified: 02-18-2016, 10:15 AM by GimmeQuotes.
Edit Reason: Updated issue. Torrent creation is correct, opening is the problem.
)
Vuze fails when creating/opening a torrent with filenames that have quotation marks. Vuze fails to find the file. Yes, I know NTFS cannot handle quotation marks. Get over it; decent filesystems can. Please patch this function with an if statement around the quote conversion to apply only to filesystems that cannot handle quotation marks. People on non-Windows operating systems are sad. ::sadface::
Vuze converts filenames with quotation marks (U+0022) via method convertOSSpecificChars() in FileUtil.java. See https://github.com/svn2github/vuze/blob/....java#L327 .
I am not 100% certain the aforementioned function is responsible for the issue, but it seems to be the most likely cause.
Vuze converts filenames with quotation marks (U+0022) via method convertOSSpecificChars() in FileUtil.java. See https://github.com/svn2github/vuze/blob/....java#L327 .
I am not 100% certain the aforementioned function is responsible for the issue, but it seems to be the most likely cause.