Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: <<EOF incompatibility on windows #448

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smltrs0
Copy link

@smltrs0 smltrs0 commented Sep 13, 2024

EOF incompatibility on Windows refers to an issue where the 'End of File' (EOF) marker behaves differently compared to other operating systems, such as Linux or macOS. In Windows, text files often use a combination of carriage return and line feed (CRLF) as line terminators, while other systems use only a line feed (LF). This discrepancy can cause problems when sharing or processing files across different platforms, especially in programming environments, version control systems, or file parsing tasks, leading to incorrect file interpretations or unexpected behavior.

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.

1 participant