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

  • SEARCH
  • Home
  • 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 8249377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:31:25+00:00 2026-06-07T23:31:25+00:00

I had to change the Eclipse Indigo encoding to UTF-8. Now all the spécial

  • 0

I had to change the Eclipse Indigo encoding to UTF-8. Now all the spécial characters as éàçè are replaced with �.

I can do a search and replace but I wonder if there is better solution.

Thanks

  • 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-07T23:31:28+00:00Added an answer on June 7, 2026 at 11:31 pm

    Changing the encoding in Eclipse doesn’t change your existing files : it only changes the way Eclipse reads them.

    What you need is to convert your old files to UTF-8 as well as configuring Eclipse.

    There are some tools to do that and you may write a small java program too.

    If you want to use an existing tool, here’s the first I found : http://www.marblesoftware.com/Marble_Software/Charco.html (you could find a better one for your (unspecified) OS.

    If you want to write a tool yourself (about 20 LOC), the thing to know is that you must :

    • read the file with their initial charset
    • write the files in UTF-8

    Here’s the core of the operation :

      reader = new BufferedReader(new InputStreamReader(new FileInputStream(...), "you have to know it"));
      writer = new OutputStreamWriter(new FileOutputStream(...), "UTF-8"); 
      String line;
      while ((line=reader.readLine())!=null) {
         writer.write(line);
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've worked on a few projects now, and I've had to change the framework
I had installed Eclipse Galileo first and after that installed Java. But it is
It seems that eclipse has always had some flaky auto-complete functionality. I'm now using
I'm using the Eclipse Color Theme plugin. When I change the theme all the
I recently had to change my active directory account password. Ever since then I
I am updating a custom adapter and had to change the value from a
I've just updates a working report where I had to change the location of
I have the following code setup: http://jsfiddle.net/bABHU/2/ Had to change it a little bit
Had a page that was working fine. Only change I made was to add
I had a problem that was making the original array to change, the curious

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.