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

CLI: Restore the original codepage on windows #11470

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

droidmonkey
Copy link
Member

Testing strategy

Tested on Windows

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.91%. Comparing base (9a63e80) to head (fd5b533).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #11470   +/-   ##
========================================
  Coverage    63.91%   63.91%           
========================================
  Files          362      362           
  Lines        38146    38147    +1     
========================================
+ Hits         24379    24380    +1     
  Misses       13767    13767           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/cli/Utils.cpp Outdated Show resolved Hide resolved
@phoerious phoerious added pr: bugfix Pull request that fixes a bug and removed bug labels Nov 22, 2024
@droidmonkey
Copy link
Member Author

@phoerious ready for re-review

@droidmonkey droidmonkey merged commit b1180b3 into develop Dec 3, 2024
11 checks passed
@droidmonkey droidmonkey deleted the fix/restore-cp branch December 3, 2024 19:32
@droidmonkey droidmonkey added the pr: backported Pull request backported to previous release label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: CLI pr: backported Pull request backported to previous release pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On Windows keepassxc-cli.exe changes the code page to 65001 but does not restore it.
2 participants