Skip to content
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

Fix grub menuentry parsing on non-english systems #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pierre-Baudry
Copy link

Non-English installations can produce a grub configuration that contain unicode characters.
Set the regular expression encoding to UTF-8 instead of Windows-31J.

I wasn't able to test this patch against grub 1.

Non-English installations can produce a grub configuration that contain unicode characters.
Set the regular expression encoding to UTF-8 instead of Windows-31J.

I wasn't able to test this patch against grub 1.
@Pierre-Baudry
Copy link
Author

If someone needs to reproduce the issue or the fix, only one line containing unicode characters will trigger the issue.

One could add the following French echo statement to one of the menuentries :

echo 'Chargement du disque mémoire initial…'

Offending characters are the Latin Small Letter E with Acute and the Horizontal Ellipsis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant