Re: Encoding Problem in CE 6.2 not fixed yet

  •  01-12-2010, 2:12 AM

    Re: Encoding Problem in CE 6.2 not fixed yet

    Hi mmarquard,
     
    Please try put a web.config into CuteSoft_Client/ , with this content :
     
    1. <?xml version="1.0" encoding="utf-8" ?>  
    2. <configuration>  
    3.     <system.web>  
    4.         <globalization requestEncoding="utf-8" responseEncoding="utf-8" />  
    5.     </system.web>  
    6. </configuration>  

    Regards,
    Ken
View Complete Thread