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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -