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

Support u8 string #38

Closed
wants to merge 2 commits into from
Closed

Support u8 string #38

wants to merge 2 commits into from

Conversation

dolag233
Copy link

  • Description: Simply support for u8 or char8_t string.

  • Usage:const char8_t* obfuscate_str = AY_OBFUSCATE(u8"七海"); // obfuscate u8 string

@adamyaxley
Copy link
Owner

Thanks for adding this feature. Looks like the tests fail though do you have time to look into it and update the pull request?

Copy link

sonarcloud bot commented Dec 28, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@adamyaxley
Copy link
Owner

Hi dolag233, thank you for putting the time into creating this pull request but we had another pull request which builds on this work additionally making it type independent, so it can be used with arbitrary data types. So I'll close this one off.

@adamyaxley adamyaxley closed this Feb 11, 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