Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-102388: Add windows_31j to aliases for cp932 codec#102389

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
methane merged 2 commits intopython:mainfrommoriyama:fix-issue-102388
Feb 19, 2024

Conversation

@moriyama
Copy link
Contributor

@moriyamamoriyama commentedMar 3, 2023
edited by bedevere-bot
Loading

The charset name "Windows-31J" is registered in the IANA Charset Registry[1] and is implemented in Python as the cp932 codec.

This commit adds windows_31j to the aliases of cp932.

[1]https://www.iana.org/assignments/charset-reg/windows-31J

@bedevere-bot
Copy link

Most changes to Pythonrequire a NEWS entry.

Please add it using theblurb_it web app or theblurb command-line tool.

@ghost
Copy link

ghost commentedMar 3, 2023
edited by ghost
Loading

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Member

@malemburgmalemburg left a comment

Choose a reason for hiding this comment

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

LGTM.

Perhaps you could fix the many "py:class reference target not found: Codec" errors as part of this PR as well. I'm not really sure what's causing them - not a ResT expert.

moriyamaand others added2 commitsFebruary 19, 2024 12:54
The charset name "Windows-31J" is registered in the IANA Charset Registry[1]and is implemented in Python as the cp932 codec.This commit adds windows_31j to the aliases of cp932.[1]https://www.iana.org/assignments/charset-reg/windows-31JSigned-off-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>
@methane
Copy link
Member

Perhaps you could fix the many "py:class reference target not found: Codec" errors as part of this PR as well. I'm not really sure what's causing them - not a ResT expert.

There is noclass Codec in theDoc/library/codecs.rst. It should be fixed in other pull request.

@methanemethane merged commit1476ac2 intopython:mainFeb 19, 2024
@moriyama
Copy link
ContributorAuthor

Thank you for reviewing and merging.

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull requestMar 4, 2024
…02389)The charset name "Windows-31J" is registered in the IANA Charset Registry[1]and is implemented in Python as the cp932 codec.[1]https://www.iana.org/assignments/charset-reg/windows-31JSigned-off-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>
diegorusso pushed a commit to diegorusso/cpython that referenced this pull requestApr 17, 2024
…02389)The charset name "Windows-31J" is registered in the IANA Charset Registry[1]and is implemented in Python as the cp932 codec.[1]https://www.iana.org/assignments/charset-reg/windows-31JSigned-off-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull requestJan 22, 2025
…02389)The charset name "Windows-31J" is registered in the IANA Charset Registry[1]and is implemented in Python as the cp932 codec.[1]https://www.iana.org/assignments/charset-reg/windows-31JSigned-off-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@methanemethanemethane left review comments

@malemburgmalemburgmalemburg approved these changes

@ezio-melottiezio-melottiAwaiting requested review from ezio-melotti

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@moriyama@bedevere-bot@methane@malemburg

[8]ページ先頭

©2009-2025 Movatter.jp