Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8102963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:23:05+00:00 2026-06-05T23:23:05+00:00

I am parsing an html content and have output on my screen. This website

  • 0

I am parsing an html content and have output on my screen. This website have Turkish characters such as çÇşŞöÖğĞıİüÜ. 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…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T23:23:06+00:00Added an answer on June 5, 2026 at 11:23 pm

    OK, I found a real solution finally. Depending on where you are parsing from (I am retrieving data from a charset = iso-8859-9 and on Eclipse, using utf-8) you should make char replace operations. For my case,

        context = context.replaceAll("İ", "İ");
        context = context.replaceAll("ı", "ı");
        context = context.replaceAll("Ö", "Ö");
        context = context.replaceAll("ö", "ö");
        context = context.replaceAll("Ü", "Ü");
        context = context.replaceAll("ü", "ü");
        context = context.replaceAll("Ç", "Ç");
        context = context.replaceAll("ç", "ç");
        context = context.replaceAll("Ğ", "Ğ");
        context = context.replaceAll("ğ", "ğ");
        context = context.replaceAll("Ş", "Ş");
        context = context.replaceAll("ş", "ş");
    

    where context is a String that holds all of the parsed data and will be printed out on a TextView. That’s all. I should have thought that a lot before!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that regex usually should not be used for parsing html content. In
I have a csv file with this test content: 1,2,3 4,5,6 7,8,9 Parsing this
I am using HTML Agility Pack to parse html content. I am using parsing
I have a console application which is parsing HTML documents via the WebRequest method
I have trouble parsing a HTML table using Nokogiri and Ruby. My HTML table
I'm parsing HTML pages with lxml. The pages have meta tags as follows: <meta
I'm parsing HTML and I need to get only tags with selector like div.content
I have a string such as <html><body><div id=message>Hello World!</div></body></html> and I would like to
I have to get an email's content (HTML format) and save it to a
This is my html- simple form with two text inputs: <div id=content> <div id=options>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.