Looking for beta testers import of passwords to InfoWallet

Bill Vlahos bvlahos at mac.com
Sun Jan 22 18:31:25 EST 2012


Thanks to the beta testers they discovered a problem that I don't know how to fix…unicode.

If the text file contains german umlaute ü,ö,ä. And these characters are not imported correctly. The ü (u umlaut) for example becomes √º

Here is the code:
on mouseUp
   answer file "Import Password Text File" with type "Text|txt"
   if it is not empty then
      put "file:" & it into vPathToFile
      put URL vPathToFile into fSource
      examineImport fSource
   else
      exit mouseUp
   end if
end mouseUp

on examineImport vPasswords
   put vPasswords into field "fPasswords"
end examineImport

Any ideas?

Thanks,
Bill Vlahos
_________________
InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.

On Jan 22, 2012, at 12:34 PM, Bill Vlahos wrote:

> I'm looking for people to test the import of passwords into InfoWallet from tab-delimited or comma-delimited(csv) text files. These would be files exported from whatever existing password management program you might be using.
> 
> If you are interested and don't already have a license for InfoWallet, simply download the trial version from the web site and send me an email so that I can send you the new update. The trial version doesn't have any limits on the number of records so it will work fine for this test.
> 
> As an incentive to test this today (January 22, 2012), anyone who can test and send me the results today will get a free license for InfoWallet.
> 
> Bill Vlahos
> _________________
> InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list