feat: add --allow-unicode flag for Unicode character handling #207
Merged
amuraru merged 3 commits intoadobe:mainfrom Nov 4, 2025
Merged
feat: add --allow-unicode flag for Unicode character handling #207amuraru merged 3 commits intoadobe:mainfrom
amuraru merged 3 commits intoadobe:mainfrom
Conversation
Contributor
Author
|
Could you take a look when you have a chance? 🙏 |
amuraru
reviewed
Nov 3, 2025
README.md
Outdated
| exclude_keys=exclude_keys, | ||
| output_format=output_format, | ||
| print_data=True | ||
| ) |
Contributor
There was a problem hiding this comment.
let's keep this reformat out of the PR to reduce the number of changes
amuraru
reviewed
Nov 3, 2025
README.md
Outdated
| output_format=output_format, | ||
| print_data=True, | ||
| type_strategies=[(list, [strategy_merge_override, 'append']), (dict, ["merge"])] | ||
| ) |
Contributor
|
please see my cosmetic change request above - otherwise looks good to me. Thank you for your contribution! |
Contributor
Author
|
Thanks, comments have been addressed. |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
amuraru
approved these changes
Nov 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new --allow-unicode flag to control Unicode character handling in YAML output:
Includes comprehensive tests (11 new tests covering multiple languages) and documentation with practical examples.
Type of Change
Testing
Checklist
Additional Notes
I may not have full context of this project's design decisions. If this approach doesn't align with the project's direction, I'd be grateful for feedback or suggestions for a better alternative. Thank you for maintaining this project! 🙏