Fixed unmappable characters in comments

This commit is contained in:
Juan Miguel Boyero Corral 2012-11-18 00:14:31 +01:00
parent 5f72d1913c
commit 89f91faa87

View File

@ -249,7 +249,7 @@ public class DownloadsManager extends MenuActivity {
// course
case Global.DIRECTORY_TREE_REQUEST_CODE:
tree = data.getStringExtra("tree");// this is the right call, disable until getDirectoryTreeDownload is fixed
//tree = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><tree><dir name=\"2012-04-16 4Hackathon\"></dir><file name=\"SWADroid-4hackathon.odp\"><size>5366058</size><time>1335209681</time><license>CC Reconocimiento - No comercial - Compartir bajo la misma licencia</license><publisher>Antonio CaÐas Vargas</publisher><photo></photo></file></tree>";
//tree = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><tree><dir name=\"2012-04-16 4Hackathon\"></dir><file name=\"SWADroid-4hackathon.odp\"><size>5366058</size><time>1335209681</time><license>CC Reconocimiento - No comercial - Compartir bajo la misma licencia</license><publisher>Antonio Cañas Vargas</publisher><photo></photo></file></tree>";
if (!refresh)
setMainView();
else {