Send parameters to Web Service Persian ?
        Posted  
        
            by user362813
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user362813
        
        
        
        Published on 2010-06-17T05:01:44Z
        Indexed on 
            2010/06/17
            5:13 UTC
        
        
        Read the original article
        Hit count: 292
        
Display information in Farsi, but I have a problem when my site for web services can be sent a character "?" are displayed. pages are saved with Unicode(utf-8 with signature)codepage 65001 and the following tags in my master page :
<'html xmlns="http://www.w3.org/1999/xhtml" lang="fa" xml:lang="fa" > <'meta http-equiv="Content-Type" content="text/xml; charset=utf-8" /> <'meta http-equiv="Content-Language" content="fa" /> <'body lang="fa">-->
and in web.confing :
<'globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" />
© Stack Overflow or respective owner