﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
649	file manager bugs	lonelyp@…		"1. cannot support multibyte charset filename (display
wrong filename)

2. if some special characters in the filename,preview and
in textarea cannot display the image correctly. to file
this bug , modify frmresourceslist.html

change
{{{
var sLink = ' <a href=""#"" onclick=""OpenFile(\''
+ fileUrl + '\');return false;"">' ;
}}}

into
{{{
var sLink = ' <a href=""#"" onclick=""OpenFile(\''
+ escape(fileUrl) + '\');return false;"">' ;
}}}

3. cannot correctly create folder which is named in
multibye charset (wrong folder name)

4.(IT'S NOT A BUG) miss the ""delete file/folder"" function,
i've added this function (but olny PHP connector :( ) in
my site...
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1151849&group_id=75348&atid=543653"	Bug	closed	Normal		General		duplicate	SF	jminond@…
