Can I install additional encodings in eclipse? -


I have this issue, I need to use a subversion repository created under windows (and it still In use) is thus the default encoding CP-1252 .

Now I want to check this repository in linux and I want to change the files using eclipse. I do not want to reload the whole file by using iconv using UTF-8 , if possible, I do not know how well the programs are under Windows.

My first thought was to set up project encoding on cp-1252 There is no option under Annexing for my installation (under the Cappler under Linux) CP- For 125x encoding, only some UTF - * and ISO-8859-1 are selectable.

Is there a way to install more encodings in Eclipse?

Preferences & gt; On 'Text File Encoding' field; General & gt; The workspace page shows the most common encoding in drop-down only. However you can type other encoding in the field. Any encoding that is supported by Java charset class is accepted.

Windows 'CP-125 x' encoding is called 'windows-125x' by 'code-charset'>.

File encoding file 'properties' and' gt; Resources' page

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -