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