Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77328 --- shadow/77328 2006-01-23 11:00:20.000000000 -0500 +++ shadow/77328.tmp.23350 2006-01-23 11:30:07.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77328 Product: Mono: Tools Version: 1.1 -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Wishlist Component: XSP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -38,6 +38,21 @@ How often does this happen? Always Additional Information: This is really not important + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-23 11:30 ------- +If you use non-native encoding for your platform (in GNOME 2.x +environment the native encoding is always utf-8 regardless of your +language/locale), you have to specify the encoding in e.g. Web.config: + +<configuration> + <system.web> + <globalization fileEncoding="iso-8859-1" ... /> + .. + </system.web> +</configuration> + +csc uses ANSI codepage, because it is the native encoding for Windows. +Non-Windows platforms are different. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
