зеркало из https://github.com/mono/mail-archives.git
120 строки
5.2 KiB
HTML
120 строки
5.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75361][Nor] Changed - Character encoding problem
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075361%5D%5BNor%5D%20Changed%20-%20Character%20encoding%20problem&In-Reply-To=bug-75361%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030863.html">
|
|
<LINK REL="Next" HREF="030865.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75361][Nor] Changed - Character encoding problem</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075361%5D%5BNor%5D%20Changed%20-%20Character%20encoding%20problem&In-Reply-To=bug-75361%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75361][Nor] Changed - Character encoding problem">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu Jun 23 10:51:06 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030863.html">[Mono-bugs] [Bug 75363][Nor] Changed - Invalid IL code: stfld
|
|
0x04000048
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030865.html">[Mono-bugs] [Bug 70950][Nor] Changed - TextBox controls is shown
|
|
with a wrong color
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30864">[ date ]</a>
|
|
<a href="thread.html#30864">[ thread ]</a>
|
|
<a href="subject.html#30864">[ subject ]</a>
|
|
<a href="author.html#30864">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">informatique.internet at fiducial.fr.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75361">http://bugzilla.ximian.com/show_bug.cgi?id=75361</A>
|
|
|
|
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">informatique.internet at fiducial.fr</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
@@ -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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">alois.belaska at monetplus.cz</A> 2005-06-23 09:47 -------
|
|
it's working now, thanks ;)
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">informatique.internet at fiducial.fr</A> 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
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030863.html">[Mono-bugs] [Bug 75363][Nor] Changed - Invalid IL code: stfld
|
|
0x04000048
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030865.html">[Mono-bugs] [Bug 70950][Nor] Changed - TextBox controls is shown
|
|
with a wrong color
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30864">[ date ]</a>
|
|
<a href="thread.html#30864">[ thread ]</a>
|
|
<a href="subject.html#30864">[ subject ]</a>
|
|
<a href="author.html#30864">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|