Is your feature request related to a problem? Please describe.
Non-ASCII characters cause a hard error (i.e., crash) of qc_taxa_phylo().
Describe the solution you'd like
Add in a check (phylo_nonascii) that if populated does not run the min_length check. The nchar() function chokes on the non-ascii characters. Add check to results list.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context

Is your feature request related to a problem? Please describe.
Non-ASCII characters cause a hard error (i.e., crash) of qc_taxa_phylo().
Describe the solution you'd like
Add in a check (phylo_nonascii) that if populated does not run the min_length check. The nchar() function chokes on the non-ascii characters. Add check to results list.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context