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

Fix broken UTF-8 in some output files #79

Merged
merged 5 commits into from
May 6, 2024

Conversation

Bruno02468
Copy link
Collaborator

This PR contains fixes for two different instances of invalid UTF-8 in output files:

  • 34239d4 fixes an attempt to write a Ü to the F06 by putting it directly into the FORMAT string, and
  • 23f297e fixes a FORMAT specifier running out of data because it still took a string argument despite having the spaces hardcoded, resulting in NUL bytes popping up in the "SHEAR element engineering forces section" of the ANS file.

@Bruno02468 Bruno02468 merged commit 81acaf7 into MYSTRANsolver:main May 6, 2024
1 check passed
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.

1 participant