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

Allow import of text files in non utf-8 encoding #299

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

lemig
Copy link
Contributor

@lemig lemig commented Jan 30, 2025

Allows the processing of text files in various encodings.

Just add this to .env:

TEXT_FILE_ENCODINGS=utf-8,latin1,cp1252,iso-8859-1

Closes #298

@shreyashankar shreyashankar merged commit 18fd54f into ucbepic:main Jan 31, 2025
1 of 5 checks passed
@lemig lemig deleted the multi_encodings branch January 31, 2025 08:52
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.

Handle non-UTF8 text file encodings for European language support
2 participants