-
Notifications
You must be signed in to change notification settings - Fork 332
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
Feature/file encoding #1026
Feature/file encoding #1026
Conversation
…ure/file-encoding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me. Just some minor remarks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small thing.
…detection for sets.
All requested changes should be implemented. I also made a slight change to the algorithm, it seems to work well with the sample data Timur gave me. |
Can you fix the sonar smells? Also, just resolve the conversations for all issues you addressed in our reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor suggestion
Co-authored-by: Dominik Fuchß <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
fixes #746
Uses https://unicode-org.github.io/icu/userguide/conversion/detection.html to detect the file encoding.