git - Commit encoding change -


i have files us-ascii encoding committed repository. when change encoding utf-8 cannot commit, because get:

$ git status # on branch master nothing commit (working directory clean) 

how can commit such changes?

us-ascii , utf-8 same in lower 7 bits (0-127), aka of english characters. there no difference.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -