-
Notifications
You must be signed in to change notification settings - Fork 177
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
Another panic #42
Comments
This file contains many non-utf8 dictionary key names, like |
Do those names have to be utf8? I found another local document on my harddisk showing this error. It was produced by Acrobat Distiller 4.05 for Macintosh in year 2001. |
Fixed by 47806f8. |
Tested. Looks good. Thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another panic for http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/bg/description.pdf
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: FromUtf8Error { bytes: [139], error: Utf8Error { valid_up_to: 0, error_len: Some(1) } }', libcore/result.rs:945:5The text was updated successfully, but these errors were encountered: