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

Improve Unicode Documentation with Known Caveats #55782

Open
mitsuhiko opened this issue Mar 16, 2011 · 3 comments
Open

Improve Unicode Documentation with Known Caveats #55782

mitsuhiko opened this issue Mar 16, 2011 · 3 comments
Labels
docs Documentation in the Doc dir topic-unicode

Comments

@mitsuhiko
Copy link
Member

BPO 11573
Nosy @vstinner, @mitsuhiko

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2011-03-16.17:15:40.852>
labels = ['expert-unicode', 'docs']
title = 'Improve Unicode Documentation with Known Caveats'
updated_at = <Date 2011-03-17.23:37:21.430>
user = 'https://github.com/mitsuhiko'

bugs.python.org fields:

activity = <Date 2011-03-17.23:37:21.430>
actor = 'eric.araujo'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Unicode']
creation = <Date 2011-03-16.17:15:40.852>
creator = 'aronacher'
dependencies = []
files = []
hgrepos = []
issue_num = 11573
keywords = []
message_count = 2.0
messages = ['131143', '131291']
nosy_count = 3.0
nosy_names = ['vstinner', 'aronacher', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue11573'
versions = ['Python 3.1', 'Python 3.2', 'Python 3.3']

@mitsuhiko
Copy link
Member Author

The documentation should explain some of the common problems with Unicode on Python 3.

  • locale's affect the text default encoding
  • SSH clients can set the locale on a remote server
  • filesystem encoding is set by the SSH client as well

@vstinner
Copy link
Member

Can you provide a patch?

@merwok merwok added the docs Documentation in the Doc dir label Mar 17, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@petsuter
Copy link

Surprisingly https://docs.python.org/3/howto/unicode.html does not mention the default encoding for open().

It should maybe also give an overview of:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir topic-unicode
Projects
None yet
Development

No branches or pull requests

4 participants