[Mono-bugs] [Bug 75361][Nor] Changed - Character encoding problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 10:51:06 EDT 2005


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 informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=75361

--- shadow/75361	2005-06-23 09:47:18.000000000 -0400
+++ shadow/75361.tmp.7427	2005-06-23 10:51:06.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75361
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
@@ -57,6 +57,33 @@
 r45802, on June 11th, removed the 'Encoding.UTF8' from the
 StreamWriter used in CodeDom, so the files were no longer being
 written in utf8 and mcs couldn't autodetect the encoding.
 
 ------- Additional Comments From alois.belaska at monetplus.cz  2005-06-23 09:47 -------
 it's working now, thanks ;)
+
+------- Additional Comments From informatique.internet at fiducial.fr  2005-06-23 10:51 -------
+Ok there's no more problems for labels...
+but, I'm sorry but this bug is not yet closed... Maybe it's another
+problem but...
+I'm working for DropDownList in ASP.NET
+
+On MS.NET the compiled html is :
+<select name="DropDownList1" id="DropDownList1" style="Z-INDEX: 102;
+LEFT: 40px; POSITION: absolute; TOP: 112px">
+	<option value="Accent aigu : é">Accent aigu : &#233;</option>
+	<option value="Accent grâve : è">Accent gr&#226;ve : &#232;</option>
+</select>
+
+On Mono the compiled html is :
+
+<select name="DropDownList1" id="DropDownList1"
+style="height:24px;width:280px;Z-INDEX: 102; LEFT: 40px; POSITION:
+absolute; TOP: 112px"><option value="Accent aigu : &#64769;">Accent aigu :
+&#64769;</option>
+<option value="Accent gr&#64762;ve : &#64768;">Accent gr&#64762;ve : &#64768;</option>
+</select>
+
+There's two problems in fact: the html encoding is bad and the value
+parameter is bad encoded...
+
+See my attachment


More information about the mono-bugs mailing list