Skip to content

fix encoding errors in appligator#80

Merged
TejasMorbagal merged 2 commits intomainfrom
TejasMorbagal-xxx-fix-encoding-issues
Apr 2, 2026
Merged

fix encoding errors in appligator#80
TejasMorbagal merged 2 commits intomainfrom
TejasMorbagal-xxx-fix-encoding-issues

Conversation

@TejasMorbagal
Copy link
Copy Markdown
Collaborator

@TejasMorbagal TejasMorbagal commented Apr 2, 2026

[Description of PR]

Fixed Windows encoding errors in appligator Dockerfile generation, replaced
non-ASCII characters with plain ASCII equivalents, and added encoding="utf-8"
to write_text/read_text calls in gen_dockerfile.py.

Checklist (strike out non-applicable):

  • Changes documented in CHANGES.md
    * [ ] Related issue exists and is referred to in the PR description and CHANGES.md
    * [ ] Added docstrings and API docs for any new/modified user-facing classes and functions
    * [ ] Changes/features documented in docs/*
  • Unit-tests adapted/added for changes/features
  • Test coverage remains or increases (target 100%)

@TejasMorbagal TejasMorbagal self-assigned this Apr 2, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Collaborator

@forman forman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve and will delete your CHANGES entry later.

Comment on lines +3 to +8
### Fixes

- Fixed Windows encoding errors in `appligator` Dockerfile generation, replaced
non-ASCII characters with plain ASCII equivalents, and added `encoding="utf-8"`
to `write_text`/`read_text` calls in `gen_dockerfile.py`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed as there was no release with the issue yet.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay!

@TejasMorbagal TejasMorbagal merged commit 922e258 into main Apr 2, 2026
2 checks 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.

2 participants