Skip to content

Conversation

@Alan-Jowett
Copy link
Contributor

@Alan-Jowett Alan-Jowett commented Oct 28, 2024

This pull request includes a small change to the elfio/elf_types.hpp file. The change corrects a typographical error in the comment for the EM_BPF constant.

  • elfio/elf_types.hpp: Changed the comment for EM_BPF from "Linux BPF – in-kernel virtual machine" to "Linux BPF - in-kernel virtual machine" to replace the en dash with a hyphen.

The "en dash" is a non-ascii character sequence and it not portable across other code-pages, causing breaks when building with a Cantonese code page.

@Alan-Jowett Alan-Jowett changed the title Replace non-ansi with ansi characters Replace non-ascii with ascii characters Oct 28, 2024
@serge1 serge1 merged commit b13dc75 into serge1:main Oct 29, 2024
16 of 20 checks passed
@serge1
Copy link
Owner

serge1 commented Oct 29, 2024

Accepted and merged.

Thank you!
Serge

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.

2 participants