[Mono-bugs] [Bug 338962] New: Mono deletes all russian letters from page

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 3 18:55:41 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=338962

           Summary: Mono deletes all russian letters from page
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: x86-64
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: trofimich at gmail.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


I've created very simple page iv VS 2005 and published solution in XSP
directory. When i tried to load page i found that all russian letter
disappeared. 

Pege source code is next:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"
Inherits="WebInterface.Default" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        }Тестовая страница{
    </form>
</body>
</html>

Under ASP.NET i saw page with text '}Тестовая страница{', but
under mono 1.2.5.1 i saw text '} {'

Also there are another one bug in mono's parser. When i tried to replace string
'}Тестовая страница{' on '>Тестовая страница<',
i've got an error:

Parser Error

Description: Error parsing a resource required to service this request. Review
your source file and modify it to fix this error.

Error message:

Expecting </form> System.Web.UI.ControlBuilder

File name: C:\PROGRA~2\MONO-1~1.1\lib\xsp\test\default.aspx

    Line: 7
Source Error:

    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        > <
    </form>
</body>


I don't see any error in such aspx page (under ASP.NET it works fine).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list