Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UnMappable character while importing Project

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi ...

I am facing a small problem while using netbeans. I have a project with me that was built on Eclipse IDE. But now the IDE i am suppossed to use is NetBeans 7.3. Right now i have imported the project and when I tried to run the project i got the following error

unmappable character for encoding UTF-8

when i checked the source i found that it was becuse the language used in the source was French which required a different kind of encoding (When i checked in the eclipse i found the encoding to be CP1252).
Now my question is there any way in which i can add the encoding(CP1252) to netbeans, or a different approch than importing...

Thanks

Note : I wasnt sure where i should post this so i had posted this in Netbeans Certification forum as well. Once i get a reply in any ill remove the other.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.
    Bookmark Topic Watch Topic
  • New Topic