Re: problem with german characters ÄÖÜ

  •  07-29-2013, 1:27 PM

    Re: problem with german characters ÄÖÜ

    Hi ludwig,

     

    If you are testing under .net framework 4.x, please try the setting below in your web.config. 

     

    <httpRuntime requestValidationMode=″2.0″ />

     

    Also, you can try set property "EncodeHiddenValue" to true.

     

    <RTE:Editor ID="editor1" runat="server"  EncodeHiddenValue="true"/> 

     

    Regards,

     

    Ken 

View Complete Thread