зеркало из https://github.com/mono/mail-archives.git
100 строки
4.4 KiB
HTML
100 строки
4.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75365][Nor] Changed - Problems with encoding and
|
|
attribute values.
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075365%5D%5BNor%5D%20Changed%20-%20Problems%20with%20encoding%20and%0A%09attribute%20values.&In-Reply-To=bug-75365%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030874.html">
|
|
<LINK REL="Next" HREF="030876.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75365][Nor] Changed - Problems with encoding and
|
|
attribute values.</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075365%5D%5BNor%5D%20Changed%20-%20Problems%20with%20encoding%20and%0A%09attribute%20values.&In-Reply-To=bug-75365%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75365][Nor] Changed - Problems with encoding and
|
|
attribute values.">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu Jun 23 11:49:49 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030874.html">[Mono-bugs] [Bug 75364][Nor] Changed - Soap sserialization interop
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030876.html">[Mono-bugs] [Bug 75359][Nor] Changed - Wrong behavior of MONO SWF
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30875">[ date ]</a>
|
|
<a href="thread.html#30875">[ thread ]</a>
|
|
<a href="subject.html#30875">[ subject ]</a>
|
|
<a href="author.html#30875">[ 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=75365">http://bugzilla.ximian.com/show_bug.cgi?id=75365</A>
|
|
|
|
--- shadow/75365 2005-06-23 11:21:57.000000000 -0400
|
|
+++ shadow/75365.tmp.8613 2005-06-23 11:49:49.000000000 -0400
|
|
@@ -19,6 +19,30 @@
|
|
dropdownlist.
|
|
|
|
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gonzalo at ximian.com</A> 2005-06-23 11:21 -------
|
|
Created an attachment (id=15371)
|
|
testaccest.tar.gz
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">informatique.internet at fiducial.fr</A> 2005-06-23 11:49 -------
|
|
+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...
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030874.html">[Mono-bugs] [Bug 75364][Nor] Changed - Soap sserialization interop
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030876.html">[Mono-bugs] [Bug 75359][Nor] Changed - Wrong behavior of MONO SWF
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30875">[ date ]</a>
|
|
<a href="thread.html#30875">[ thread ]</a>
|
|
<a href="subject.html#30875">[ subject ]</a>
|
|
<a href="author.html#30875">[ 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>
|