Re: [java-gnome-hackers] Bug in loadNativeCode with non-ascii characters in path
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2009-01-26 17:41:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Cowie yazmış: > I might suggest that you do the test as an alternative if the > first .exists() check fails, thereby saving the decode calls for the > common case where most people don't have the escaping problem? The yield depends on whether File.exists() runs quicker than URLDecoder.decode() or not. Even if that saves a bit of time, I don't think it's worth to complicate the code that runs only once on initialization. If you think it's worth it, I can implement that before merge. Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkl99dMACgkQRh6X64ivZaILZACdHUg2OIYPebNNnpf2LeA1ZJd6 0HAAn3hY6nBjViHBt4MEpSRfCeFdCTj8 =jfZ3 -----END PGP SIGNATURE----- |