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

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -