Skip to content

Handle Unicode Character/Special Characters in sample sheet. #123

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gaurav-basesolve
Copy link

Due to the use of 'utf-8' encoding, sample_sheet that has special characters like ã or Ü won't be acceptable by SampleSheet class. We need a way to let the user know that there exist some special character which is not normal and needs to be removed before proceeding further.
Fixes #112

gaurav-basesolve and others added 4 commits November 23, 2021 14:06
…ed to VALID ASCII.

(403) _encoding changed from utf8 to ISO-8859-1.
(489-512) code check for new special charactet not currently present added to VALID ASCII.
(733) return also return content variable which is json in real form. First valiable return json in str format.
Issue1: special character.
Fixes clintval#112
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.

Issue1: special character
1 participant