Closed a-iv closed 10 years ago
Great analysis!
Please note, though, that we are in the middle of switching to a different development environment to develop Git for Windows, away from msysGit to the Git for Windows SDK. With that development environment, we no longer have to compile everything from scratch ourselves but can make use of the excellent mingw-wget
packaging system. The current dos2unix
version as per mingw-wget
might already have the feature you desire.
How about hopping over and give it a try?
@dscho thank you for feedback!
You are right. Git for Windows SDK
contains dos2unix
with utf-8 support.
But for now I can't hop over.
Thank you!
Git for Windows SDK
works like a charm.
Good! I will close this here ticket, then, because we will fix it by switching to the SDK.
Git
version 1.9.4-preview20140929
ships with old version ofdos2unix
without utf-8 support.Old
dos2unix
returns0x00
for non 7-bit ASCII symbols:Here is non-printable symbols:
You can update
dos2unix
to avoid this issue. E.g:Also please note that old
dos2unix
is in\bin\
and will be used by default.N.B: I am using
Microsoft Windows [Version 6.3.9600]
.