[Mono-bugs] [Bug 334409] latin chr doesn't work in a winform textbox

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 17 01:01:33 EDT 2007


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


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |atsushi at ximian.com




--- Comment #4 from Atsushi Enomoto <atsushi at ximian.com>  2007-10-16 23:01:32 MST ---
It is unlikely a bug. If your source is written in a specific text encoding
other than the system default (on Linux it is likely utf-8), you have to
specify mcs /codepage option at compile time. Note that csc also uses system
default encoding (i.e. if your source is not written in one of unicode
encodings it won't compile on my Japanese environment even on .NET).

A safer way is to use utf-8 for your source code encoding.


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