Gonzalo Paniagua Javier <[EMAIL PROTECTED]> writes: > * [ Daniel Carrera <[EMAIL PROTECTED]> > * 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 [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
