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

Switch file encoding to UTF-8 #38

Closed

Conversation

tijuca
Copy link

@tijuca tijuca commented Jan 5, 2023

Some files within the source did have a file encoding of ISO-8859-15 which is a national encoding and might provoke sometimes suspicious issues.

That was detected by Lintian, a Debian QA tool for detecting issues within Debian packages.

https://lintian.debian.org/tags/national-encoding
https://udd.debian.org/lintian/?packages=systemc

The modified files had a file encoding ISO-8859-15 which is a national
encoding (German with Umlauts) which might have rare side effects.
Switching the fikle encoding to UTF-8 which is a global standard every
system understand.

No other modification except switching the file encoding did happen.
The modified files had a file encoding ISO-8859-15 which is a national
encoding (German with Umlauts) which might have rare side effects.
Switching the fikle encoding to UTF-8 which is a global standard every
system understand.

No other modification except switching the file encoding did happen.
@barnasc
Copy link
Contributor

barnasc commented Mar 5, 2024

Should be fixed in 7e36d43. I will close this issue, feel free to reopen if the issue remains at your end

@barnasc barnasc closed this Mar 5, 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.

None yet

2 participants