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

move CStr8, CStr16, and CString16 from uefi to ucs2 #23

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

phip1611
Copy link
Contributor

@phip1611 phip1611 commented Jul 30, 2024

This moves the CStr8, CStr16, and CString16 types from uefi to ucs2. The import is a 1:1 copy, but minor adjustments had to be made to be compatible with the new crate structure.

It may be a little inconsistent to have Cstr8 for Latin 1 UEFI strings here, however. What do we want to do with that? We could rebrand the crate to "UEFI strings", and not just UCS2?

@phip1611
Copy link
Contributor Author

phip1611 commented Jul 30, 2024

This is my first version, @nicholasbishop . What do you think? I think moving this out of the uefi crate is beneficial. If you like the direction, I can streamline it further.

@nicholasbishop
Copy link
Member

I think this is a good direction. Re CStr8, I think we should just keep it in the uefi crate.

@phip1611 phip1611 self-assigned this Aug 12, 2024
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