File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,10 +389,10 @@ package netManager.urlSaver
389389 var nameCash: String = onlineURL. split ('\\ ' ). join ('/' );
390390 //trace("oflineFolder : "+oflineFolder.nativePath);
391391 var offlineURLFileName: String = nameCash. substring (nameCash. indexOf ('/' )+ 1 );
392- if (StringFunctions. isPersian(offlineURLFileName))
392+ /* if(StringFunctions.isPersian(offlineURLFileName))
393393 {
394394 offlineURLFileName = Base64.Encode(offlineURLFileName);
395- }
395+ }*/
396396 offlineURLFileName = offlineURLFileName. split ('?' ). join ('Q' ). split ('/' ). join ('' ). split ('=' ). join ('' ). split (':' ). join ('' ). split (' ' ). join ('' ). split ('\n ' ). join ('' ). split ('\r ' ). join ('' );
397397 offlineURLFileName = offlineURLFileName. substr (offlineURLFileName. length - Math . min (maxNameLength,offlineURLFileName. length ),offlineURLFileName. length );
398398 //Alert.show("Pdf texttttttttttPDF"+offlineURLFileName)
You can’t perform that action at this time.
0 commit comments