an invalid character was fount in text content

Last post 03-24-2010, 9:03 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  03-24-2010, 1:10 AM 59613

    an invalid character was fount in text content

    Hi all i'm using the last version of cute editer wich i  realy like.
    I upgraded it form an older version.
    since the upgrade im getting the error "an invalid character was fount in text content". like a javascript alert
    I'm using windows 7 and ie8 the message is not showing on win xp
    the encoding im using is windows-1255 (hebrew)
     
    I guess it has somthing to do with the encoding
     
    anyone has an idea?
     
    Thx for you help in advance
     
    liron
     
  •  03-24-2010, 9:03 PM 59630 in reply to 59613

    Re: an invalid character was fount in text content

    Hi liron007,
     
    The culture setting of editor need to same as globalization  setting in web.config
     
    for example:
     
     
    <CE:Editor ID="Editor1" CustomCulture="nl-NL"  runat="server"></CE:Editor>
     
    <globalization enableClientBasedCulture="true" culture="nl-NL" uiCulture="nl-NL" />
     
    Regards,
     
    Ken
View as RSS news feed in XML