chiark / gitweb /
Merge branch 'fix-file-read-write-encoding' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Jun 2016 15:13:27 +0000 (15:13 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Jun 2016 15:13:27 +0000 (15:13 +0000)
commit83a0be960d83bbd1f8d850bb08507a35b4691973
tree3566762cfdfbd0c9bc33ba3db50ff15ba4599bf3
parent3eca9dd773ace271c0cb2cc2fcf1a80e76018ca5
parent733ef52424cdf565c09f5d91f397baa8063958f2
Merge branch 'fix-file-read-write-encoding' into 'master'

Fix file read/write encoding

This hopefully provides a reasonably complete set of fixes for handling file encoding when reading and writing files.  It is not perfect since it does not handle _.java_, _.gradle_, or _pom.xml_ in any encoding, as is allowed.  But I think it should only be an improvement of the current state, and at worst, should work only as bad as the current setup for most language setups

See merge request !129