Re: File loading with blocks and '?' marks with -- LoadFile

  •  05-15-2008, 10:29 AM

    Re: File loading with blocks and '?' marks with -- LoadFile

    I set the default encoding to utf-8 using the following tag in web.config file

    <

    globalizationrequestEncoding="utf-8"

    responseEncoding="utf-8"

    fileEncoding=""

    culture=""

    uiCulture=""

    enableClientBasedCulture="false"

    responseHeaderEncoding="utf-8"

    resourceProviderFactoryType=""

    enableBestFitResponseEncoding="false" />
     
    Still i am getting the blocks and the '?' in the CuteEditor with content when I load the html file using Loadhtml when i copy the html code and paste in the HTML editor of the cuteeditor it is giving the exact content.
View Complete Thread