[Mono-list] Example code does not compile
Martin Baulig
martin@gnome.org
27 Apr 2002 22:46:34 +0200
Gonzalo Paniagua Javier <gonzalo@gnome-db.org> writes:
> * [ Daniel Carrera <dcarrera@math.toronto.edu>
> * Sat, 27 Apr 2002 20:45:42 +0200 ]
> >
> > It seems that only the first byte of the character is recognized (i.e.
> > ASCII).
> > 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.
MCS tries to convert the input file from UTF-8 to UTF-16le - this fails if the
input is not valid UTF-8.
Just avoid any german umlauts for the moment until this is fixed.
--
Martin Baulig
martin@gnome.org