• Post Reply 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

For Riyad Kalla: about encoding

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why MyEclipse doesn't add struts2 function?
(i don't know whether the latest version has this function)

My main question is about text file encoding:
I set my java file encoding as "gbk",
and yesterday i copied some other files whose encoding weren't gbk into myeclipse, when i was saving them, myeclipse threw an error, it said the "gbk" encoding wasn't right, so i wanted to change it into "utf-8", but i didn't find bulk change for java file encoding, how can i do it?

And when i changed encoding of these files in netbeans, it was OK.
So can you think of changing this behavior?
[ August 19, 2008: Message edited by: Kobe Luo ]
 
MyEclipse Support
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kobe,

Struts2 support is in R&D stages. No hard and fast commitment yet from management but we realize how important this tooling is to our users.

As far as managing encoded files, changing that default management/behavior is certainly something we can look at. Thanks for the heads up.
reply
    Bookmark Topic Watch Topic
  • New Topic