[Mono-bugs] [Bug 338370] Weird parsing error CS8025: Arg_InsufficientSpace

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 1 10:43:05 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=338370#c4


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |atsushi at ximian.com
           Severity|Normal                                          |Minor




--- Comment #4 from Atsushi Enomoto <atsushi at ximian.com>  2007-11-01 08:43:05 MST ---
It is because of wrong encoding use. You must pass -codepage:28591 to compile
the code. If it didn't raise errors it is just because the invalid characters
were just ignored. UTF8Encoding somehow seems to fail replacing fallback
characters so there's something we have to fix, but you are anyways missing
required -codepage option.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list