Skip to content

Conversation

@mike-clark-8192
Copy link

  • Three files had corrupted single-byte CRLF (0d 0a) mixed with UTF-16LE content, breaking git's working-tree-encoding conversion
  • Corrected to proper UTF-16LE CRLF (0d 00 0a 00) so files round-trip correctly through git

- Three files had corrupted single-byte CRLF (0d 0a) mixed with UTF-16LE content, breaking git's working-tree-encoding conversion
- Corrected to proper UTF-16LE CRLF (0d 00 0a 00) so files round-trip correctly through git
@RamonUnch
Copy link
Owner

I cannot find the single word 0D0A in AltSnap.dni file nor in fr_FR.ini, However ko_KR.ini seems to be utf-8 encoded.

It seems you are actually converting to UTF-8 some files?

I do not understant what github is doing with encoding, maybe I should remove the .gitattributes flags, and treat those files like binary blobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants