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

QOLSVC-2984 Sniff with Windows-1252 encoding rather than Latin-1 #66

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

ThrawnCA
Copy link

@ThrawnCA ThrawnCA commented Nov 2, 2023

Windows-1252 is a superset, so it's better for examining an unknown file

@duttonw duttonw changed the base branch from master to develop November 2, 2023 00:17
@@ -30,7 +30,7 @@
MAX_COLUMN_LENGTH = 63
tabulator_config.CSV_SAMPLE_LINES = CSV_SAMPLE_LINES

ISO_8859_ENCODING = 'latin1'
ISO_8859_ENCODING = 'cp1252'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should rename the iso encoding then.

- Windows-1252 is a superset, which makes it more useful for this purpose
@ThrawnCA ThrawnCA merged commit 3340e02 into develop Nov 2, 2023
4 checks passed
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