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

✨ Support cp850 encoding for auto-completion in PowerShell #808

Merged
merged 6 commits into from
Nov 18, 2024

Conversation

svlandeg
Copy link
Member

This PR continues from #277 by @matejfroebe and focuses on adding support for the cp850 encoding needed for Powershell on Windows.

To keep the changes minimal per PR and better understand CI failures, it does not yet introduce the path.exists check - I suggest to do this in follow-up work as it would require adding (and potentially changing) some unit tests.

@svlandeg svlandeg mentioned this pull request Apr 25, 2024
@svlandeg svlandeg marked this pull request as ready for review April 25, 2024 11:41
@svlandeg svlandeg marked this pull request as draft April 25, 2024 11:41
@svlandeg svlandeg added feature New feature, enhancement or request os / windows Related to Windows p3 labels Apr 25, 2024
@svlandeg svlandeg marked this pull request as ready for review April 25, 2024 14:36
Copy link
Member Author

@svlandeg svlandeg left a comment

Choose a reason for hiding this comment

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

[maintenance note]: It would be nice to merge in #824 first, and hopefully get a failing test that would have shown this issue earlier!

[Update]: #824 is now merged and this should be good to go.

@svlandeg svlandeg changed the title ✨ Support cp850 encoding for auto-completion in Powershell ✨ Support cp850 encoding for auto-completion in Powershell Aug 26, 2024
Copy link
Member

@tiangolo tiangolo left a comment

Choose a reason for hiding this comment

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

Looks good, thank you! 🙇 🚀

@tiangolo tiangolo changed the title ✨ Support cp850 encoding for auto-completion in Powershell ✨ Support cp850 encoding for auto-completion in PowerShell Nov 18, 2024
@tiangolo tiangolo merged commit 14cac70 into fastapi:master Nov 18, 2024
20 checks passed
@svlandeg svlandeg deleted the fix/encoding branch November 19, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature, enhancement or request os / windows Related to Windows p3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants