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

Remove not valid UTF-8 characters #2037

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Conversation

bmeglic
Copy link
Contributor

@bmeglic bmeglic commented Jan 30, 2023

These UTF-8 characters are causing issues with static code analysis tools.

Error: encoding error in ./lib/crypt/zuc.c
'utf-8' codec can't decode byte 0x97 in position 3948: invalid start byte Python3 requires input character data to be perfectly encoded; it also requires perfectly correct system encoding settings. Unfortunately, your data and/or system settings are not.

These UTF-8 characters are causing issues with static code analysis
tools.

Error: encoding error in ./lib/crypt/zuc.c
'utf-8' codec can't decode byte 0x97 in position 3948: invalid start byte
Python3 requires input character data to be perfectly encoded;
it also requires perfectly correct system encoding settings.
Unfortunately, your data and/or system settings are not.
@acetcom acetcom merged commit 5f9b941 into open5gs:main Jan 30, 2023
@acetcom
Copy link
Member

acetcom commented Jan 30, 2023

@bmeglicit

Thanks a lot!
Sukchan

@bmeglic bmeglic deleted the fix_zuc_non_utf8 branch January 31, 2023 06:13
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.

None yet

2 participants