Skip to content

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