Re: Umlaut problem using german language

  •  06-18-2008, 11:17 PM

    Re: Umlaut problem using german language

    adam, 
     
    with your demo-page we have not this problem.
     
    We build with codecharge studio 4.0 very simple pages with and without forms in our application, the umlaut-problem comes always if we load the page.
     
    best regards chris 
     
    Here the aspx-code:
     
    <!--ASPX page @1-375DBB10-->
        <%@ Page language="vb" CodeFile="TESTEditor1.aspx.vb" AutoEventWireup="false" Inherits="PromolPM.TESTEditor1.TESTEditor1Page"  ResponseEncoding ="utf-8"%>
        
        <%@ Import namespace="PromolPM.TESTEditor1" %>
        <%@ Import namespace="PromolPM.Configuration" %>
        <%@ Import namespace="PromolPM.Data" %>
        
        <%@Register TagPrefix="CC" Namespace="PromolPM.Controls" %>
     <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <html>
    <head>
    <meta http-equiv="content-type" content="<%=TESTEditor1ContentMeta%>">

    <title>TESTEditor</title>

    <meta content="CodeCharge Studio 4.01.00.06" name="GENERATOR">

    <link href="Styles/<%=PageStyleName%>/Style.css" type="text/css" rel="stylesheet">
    <script language="JavaScript" type="text/javascript">
    //Begin CCS script
    //End CCS script
    </script>

    </head>


    <p>
      <input id="EleDescr" type="hidden"  runat="server"/>
     
    <ce:editor id="Editor1" runat="server"></ce:editor>
    </p>


    </html>

    <!--End ASPX page-->

View Complete Thread