-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Strange error about missing language #407
Comments
You know, I would be debugging this the dumb-stupid way. At the top of |
So this gets triggered any time I tag content as not having a language using |
The culprit is |
I think the warning will make this obvious now. |
This seems to be still happening: \begin{document}
\font[language=und]{Hello.}
\end{document} Leads to:
However, the file seems to be generated correctly. |
I routinely tag text in my books such as transliterations and pseudo-language words with und and the typesetting works fine. I've become blind to this error. As much as it makes more sense than the old error, I do think we should figure out a way to stop throwing it at all for text that is specifically tagged as being undefined. It's counter intuitive to have a language code you didn't specify showing up as an error. |
This has been fixed. |
Sometime last week —and I can't correlate this with any change I'm aware of— SILE started throwing this warning pretty much any time I use it:
What page it falls on varies from document to document, but if nothing else it seems to give this at the end of a document if it hasn't happened before then. Sometimes it gets thrown many times per document.
I can't find anything in my environment, document or libraries where the string
en-u-va-posix
could be coming from.The text was updated successfully, but these errors were encountered: