[Mono-bugs] [Bug 82130][Wis] New - Letters with accents are truncated

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 18 04:55:10 EDT 2007


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 g.tardini at caleidoscopio.it.

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

--- shadow/82130	2007-07-18 04:55:10.000000000 -0400
+++ shadow/82130.tmp.14439	2007-07-18 04:55:10.000000000 -0400
@@ -0,0 +1,54 @@
+Bug#: 82130
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: g.tardini at caleidoscopio.it               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Letters with accents are truncated
+
+Description of Problem:
+Letters with accents are not rendered in the page.
+
+Steps to reproduce the problem:
+I have this simple aspx page:
+
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Accents.aspx.cs"
+Inherits="Test.Accents" %>
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<body>
+    <form id="form1" runat="server">
+    Sòmè àccènts
+    </form>
+</body>
+</html>
+
+The codebehind class is empty
+
+Actual Results:
+The output is "Sm ccnts", letters with accents are truncated.
+
+Expected Results:
+The output should be "Sòmè àccènts"
+
+
+How often does this happen? 
+Always
+
+Additional Information:
+I'm running mono ver 1.2.4 on Open Suse 10.2. I'm using xsp2, but I obtain
+identical results with mod_mono under Apache. Two different machines with
+the same OS behave the same.
+The language setting of the browser is "it-IT" but I've also tried changing
+it to "en-US". The thread's CurrentCulture is consequently changed (I've
+checked with Response.Write (Thread.CurrentThread.CurrentCulture.Name))
+The problem is just with aspx pages, html pages are shown correctly.


More information about the mono-bugs mailing list