[Mono-list] Example code does not compile

Lawrence Pit loz@cable.a2000.nl
Sun, 28 Apr 2002 01:27:57 +0300


> > Are there problems with the Unicode support in Mono?
> 
> Martin mentioned it a few hours ago on the IRC. He said that
> there was a failing assertion in unicode.c:294.

I've been having a failing assertion in unicode.c:205 for a while.

try for example: 

        System.Convert.FromBase64String("ABCD");

under the cover this method uses Unicode encoding.


Greets,
Lawrence