git - Keep file encoding in eclipse for each file (different encodings for different files) -


i'm working git repository of files encoded in latin-1 , of them in utf-8. i'm using eclipse cdt work them, , it's configured use utf-8 default encoding.

the thing is, when open latin-1 encoded files, of characters not shown , , despite i've tried luna version, came out 2 days ago, problem persists (it's supposed latin-1 , latin-2 supported now, according review information).

furthermore, , here comes real trouble, when modify , save latin-1 encoded files, being saved utf-8 (as configured in eclipse), if push these changes repository, quite lot of conflicts emerge, messing entire commit.

is there way of telling eclipse keep original encoding each file?

thank you.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -