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
> 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
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
> 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
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
--
[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))
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