jhudsl / OTTR_Template

OTTR for making courses! This is a template repo that helps people write 1 course but publish it in three places
https://www.ottrproject.org/
Creative Commons Attribution 4.0 International
15 stars 12 forks source link

Spelling check fails to run when non-standard characters are included in the dictionary #708

Open ehumph opened 7 months ago

ehumph commented 7 months ago

I am working on a repo which includes a list of colleges participating in a project. Three of these colleges have letters that are not standard English letters. If they are not included in the dictionary, the spell check fails. If they are included in the dictionary, the spell check fails to completely run and throws an error.

Error can be seen in the PR: https://github.com/fhdsl/AnVIL_BioDIGS_Book/pull/6

The characters in question are ā, é, and ñ

avahoffman commented 7 months ago

I added some error catching here: https://github.com/jhudsl/ottr-reports/pull/27 that could potentially resolve this for now. At least folks will know what's causing the issue.