problem with german characters ÄÖÜ

Last post 07-29-2013, 1:27 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  07-29-2013, 12:15 PM 77781

    problem with german characters ÄÖÜ

    Hi,

    I tested german characters and got an javascript error

    I did the following:

    - inserted Text : Test ÄÖÜ      => ok

    - source-mode shows:  <p>Test ÄÖÜ </p>   => ok

    - back in display-mode : error

     Environment: Windows 8 with IE10 Tested with VS2012

     

    I cnnot reproduce this on your demo server

    Do you have special settings?

     

    Thanks in advance for help

    ludwig

  •  07-29-2013, 1:27 PM 77784 in reply to 77781

    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 as RSS news feed in XML