We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #254. We read these directly using fileread:
fileread
if any(strcmpi(ext, {'.texinfo' '.texi' '.txi' '.tex'}))
Anything special need be done to ensure we get a utf-8 internal string directly from that?
Low priority: I don't think folks are using doctest extensively with .texinfo files. I also don't know how prevalent non-ascii texinfo files are.
.texinfo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See #254. We read these directly using
fileread
:Anything special need be done to ensure we get a utf-8 internal string directly from that?
Low priority: I don't think folks are using doctest extensively with
.texinfo
files. I also don't know how prevalent non-ascii texinfo files are.The text was updated successfully, but these errors were encountered: