What is the CodePage for DBCS so I can encode an xml string and show it in a asp.net text box?
        Posted  
        
            by OutOFTouch
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by OutOFTouch
        
        
        
        Published on 2010-05-06T20:01:42Z
        Indexed on 
            2010/05/06
            20:08 UTC
        
        
        Read the original article
        Hit count: 244
        
What is the CodePage for DBCS so I can encode an xml string and show it in a asp.net text box? I don't think I should have to convert the characters myself when Server.HTMLEncode will work if the string is DBCS.
Thanks!
© Stack Overflow or respective owner