Archive: import Firefox certificate problem in unicode


import Firefox certificate problem in unicode
Hi all,

i found a good article to import the certificate into firefox.
here it is
http://nsis.sourceforge.net/Import_Root_Certificate

i test it in ansi nsis. it working well. but when i doing in unicode nsis. it failed.
looks like this line only accept the ansi string. i test to convert my string to ansi. but still failed.

 System::Call 'nss3::NSS_Initialize(t R0, t "", t "", t "secmod.db", i 0) i .r0' 


can anyone help me?
thank you.

Try using m instead of t.

Stu