-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ignore asci for chinese letters #2992
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 2 files
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Agent Task Evaluation Results: 3/4 (75%)View detailed results
Check the evaluate-tasks job for detailed task execution logs. |
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
||
screenshot.png | ||
|
||
# *.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-generated PR for: ignore asci for chinese letters
Summary by cubic
Preserves Chinese and other non-ASCII characters in extracted_content by serializing JSON with ensure_ascii=False. Also updates .gitignore to ignore Markdown files (*.md).