Skip to content

Conversation

LamentXU123
Copy link
Contributor

@LamentXU123 LamentXU123 commented Oct 21, 2025

Copy link
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

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

As Serhiy has explained in the issue, this is wrong.

@StanFromIreland
Copy link
Member

For example, on Unix you can see this with:

$ LC_ALL=C PYTHONUTF8=0 python3.14 - <<'EOF'
f = 'á.txt'
open(f, 'w')
EOF
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character '\xe1' in position 0: ordinal not in range(128)

@LamentXU123
Copy link
Contributor Author

LamentXU123 commented Oct 21, 2025

So shell we still separate this or just leave this alone?

I saw your comment at the issue.

@StanFromIreland
Copy link
Member

just leave this alone?

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants