-
Notifications
You must be signed in to change notification settings - Fork 21
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
OFT gives an exception while running with Xen code #391
Comments
I can confirm. The only problematic files are: |
I assume this is caused by invalid UTF-8 content in font_8x14.c, e.g. /* 254 0xfe '�' */
...
/* 255 0xff '�' */ I will investigate how to fix this. |
The minimal reproduction is importing a file with the following two bytes: Root cause: Java's |
Co-authored-by: kaklakariada <christoph@users.sourceforge.net>
Description
When we run OFT with xen codebase (((https://xenbits.xen.org/gitweb/?p=xen.git;a=summary)) , we get the following issue
Steps to Reproduce
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: