Re: [OpenCA-Devel] New Version

2005-12-21 Thread Massimiliano Pala
Michael Bell wrote: [...] I think Max should announce the new release. I would additionally grant one day of public testing. So I would propose the public announcement on thursday evening. This means that everybody has time to test the release and Max can declare it as an official release on th

RE: [OpenCA-Devel] New Version

2005-12-21 Thread Obes, Til
> cvs checkout -r openca_0_9_2_5 openca-0.9 that didnt worked :( but i got something with this command: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/openca co -r openca_0_9_2_5 -P openca-0.9 is that the right version? regards til smime.p7s Description: S/MIME cryptographic signature

Re: [OpenCA-Devel] New Version

2005-12-21 Thread Michael Bell
Hi Til, I set the release tag. Obes, Til wrote: Any comments? yes a guideline for dummies how to check out this ;) cvs checkout -r openca_0_9_2_5 openca-0.9 I think Max should announce the new release. I would additionally grant one day of public testing. So I would propose the public an

RE: [OpenCA-Devel] New Version

2005-12-21 Thread Obes, Til
> I commited the fix for the IE stuff. So I would like to set a > first tag on the branch. This allows explicit test checkouts > of the 0.9.2.5 release. The release itself should not be > announced before tomorrow. So everybody can test the release. > > Any comments? yes a guideline for dummi

Re: [OpenCA-Devel] New Version

2005-12-21 Thread Michael Bell
Hi, I commited the fix for the IE stuff. So I would like to set a first tag on the branch. This allows explicit test checkouts of the 0.9.2.5 release. The release itself should not be announced before tomorrow. So everybody can test the release. Any comments? Michael --

Re: [OpenCA-Devel] New Version

2005-12-21 Thread Michael Bell
[EMAIL PROTECTED] wrote: In signForm.vbs: Function UTF16toUTF8ByteArray(strUTF16) Dim i, UTF16, UTF8 Dim aryTmp, strTmp For i=1 To Len(strUTF16) UTF16 = AscW(Mid(strUTF16, i, 1)) aryTmp = ToUTF8(UTF16) For Each strTmp In aryTmp If Len(Hex(strTmp))

RE: [OpenCA-Devel] New Version

2005-12-21 Thread Johannes.Derek
Hi, I fear I am no expert but the following code seems to solve the problem at least at my installation. I have taken the code for the ToUTF8 Function from this site: http://namnp.com/forum/index.php?act=ST&f=11&t=328 There is probably a better way to solve this problem but perhaps this helps