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 Charset encoding for filenames #466

Merged
merged 2 commits into from
May 5, 2024

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented May 1, 2024

Charset encoding for filenames on Environment tab of Session edit dialog is not working. You cannot actually change charset of filenames. This happend because TSessionData::DoCopyData does not copy FCodePage / FCodePageAsNumber fields.

This PR fixes aforementioned issue. It should also help solve this external issue.

Under the hood, this PR also removes duplicate code fragment that remained after routine update.

Copy link

sonarcloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

@michaellukashov michaellukashov merged commit f90e499 into michaellukashov:main May 5, 2024
2 checks passed
@ssvine ssvine deleted the fix-code-page branch May 5, 2024 14:24
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