-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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 orjson encoding text with UTF-8 surrogates #3666
Fix orjson encoding text with UTF-8 surrogates #3666
Conversation
added lib ftfy (fixes text for you), to solve surrogates errors
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3666 +/- ##
==========================================
+ Coverage 51.00% 51.02% +0.02%
==========================================
Files 118 118
Lines 4884 4886 +2
Branches 643 643
==========================================
+ Hits 2491 2493 +2
Misses 2212 2212
Partials 181 181
☔ View full report in Codecov by Sentry. |
Better late than never. :') Thanks @ido777! |
…3666) * added lib ftfy (fixes text for you), to solve surrogates errors --------- Co-authored-by: Reinier van der Leer <[email protected]>
Background
Fixes #778, surrogates errors
Changes
Documentation
Test Plan
Added dedicated test
PR Quality Checklist