Skip to content

ystsoi/eclipse-fileencodinginfo

Repository files navigation

This Eclipse plugin adds the following features to Eclipse:

  • Show the encoding of the current editing text file in the trim area.
    current_encoding.png
  • Use the ICU component to detect the possible encodings of the current editing text file, and alert you to change encoding if the encoding may not be set correctly.
    detected_encoding.png
  • Allow you to change encoding through the popup menu.
    change_encoding.png

I worked in an environment where I needed to access remote files (which may be of UTF-8 or Big5) through the Remote System Explorer, but Eclipse do not detect the file encoding for me and will corrupt the file if I forget to set the file encoding properly, so I wrote this plugin.

If you use Remote System Explorer, you may want to try My RSE Extensions.

Installation

Via Eclipse Marketplace

Help > Eclipse Marketplace...

Via Update Site

Help > Install New Software...

Update Site: https://raw.githubusercontent.com/ystsoi/eclipse-fileencodinginfo/master/update

License

Eclipse Public License - v 1.0

About

An Eclipse plugin which will try to detect the encoding of the current editing text file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages