Turkish character problems while parsing (Android)
        Posted  
        
            by 
                alper35.5
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alper35.5
        
        
        
        Published on 2012-06-12T12:30:17Z
        Indexed on 
            2012/06/20
            9:16 UTC
        
        
        Read the original article
        Hit count: 204
        
I am parsing an html content and have output on my screen. This website have Turkish characters such as çÇsSöÖgGiIüÜ. I am not able to show them as proper characters, they are printed out as question marks yet.
Eclipse -> Project -> Properties -> Resource -> Text File Encoding = Inherited from container (Cp1254)
I searched web and found this solution:
Eclipse -> Project -> Properties -> Resource -> Text File Encoding = Other: UTF-8
However, it's not working. It only changes my files' current characters. (I have titles that have such characters on my activities)
Any help? Thanks in advance...
© Stack Overflow or respective owner