[Mono-bugs] [Bug 78554][Wis] New - DataGrid Charset don't use
Page.Response.Charset
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 31 21:18:01 EDT 2006
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 paul at clogic.homeunix.net.
http://bugzilla.ximian.com/show_bug.cgi?id=78554
--- shadow/78554 2006-05-31 21:18:01.000000000 -0400
+++ shadow/78554.tmp.19865 2006-05-31 21:18:01.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 78554
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Linux 2.6.15.6 PREEMPT Sat Mar 11 21:16:47 CET 2006 i686 pentium3 i386 GNU/Linux
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: paul at clogic.homeunix.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataGrid Charset don't use Page.Response.Charset
+
+Description of Problem:
+I've got a Base containing strings under the iso-8859-15 charset
+I can display correctly this strings with a gtk gui, but i didn't found how
+to display them in a System.Web.UI.DataGrid, it's like the control doesn't
+care the Page.Response.Charset
+
+Steps to reproduce the problem:
+1. Fill a DataTable with accentued chars
+2. Display it in a DataGrid
+
+Actual Results:
+accents wil be displayed as "?"
+
+Expected Results:
+accents displayed
+
+How often does this happen?
+every times
More information about the mono-bugs
mailing list