Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ab9439fd
Commit
ab9439fd
authored
Oct 13, 2002
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the urls and other information about the add-on Japanese,
Korean, and Chinese codecs.
parent
16ecb216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
13 deletions
+8
-13
Lib/email/Charset.py
Lib/email/Charset.py
+8
-13
No files found.
Lib/email/Charset.py
View file @
ab9439fd
...
@@ -53,21 +53,16 @@ ALIASES = {
...
@@ -53,21 +53,16 @@ ALIASES = {
'ascii'
:
'us-ascii'
,
'ascii'
:
'us-ascii'
,
}
}
# Map charsets to their Unicode codec strings. Note that the Japanese
# Map charsets to their Unicode codec strings. Note that Python doesn't come
# examples included below do not (yet) come with Python! They are available
# with any Asian codecs by default. Here's where to get them:
# from http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/
# The Chinese and Korean codecs are available from SourceForge:
#
# http://sourceforge.net/projects/python-codecs/
#
#
# although you'll need to check them out of cvs since they haven't been file
# Japanese -- http://www.asahi-net.or.jp/~rd6t-kjym/python
# released yet. You might also try to use
# Korean -- http://sf.net/projects/koco
# Chinese -- http://sf.net/projects/python-codecs
#
#
# http://www.freshports.org/port-description.php3?port=6702
# Note that these codecs have their own lifecycle and may be in varying states
#
# of stability and useability.
# if you can get logged in. AFAICT, both the Chinese and Korean codecs are
# fairly experimental at this point.
CODEC_MAP
=
{
CODEC_MAP
=
{
'euc-jp'
:
'japanese.euc-jp'
,
'euc-jp'
:
'japanese.euc-jp'
,
'iso-2022-jp'
:
'japanese.iso-2022-jp'
,
'iso-2022-jp'
:
'japanese.iso-2022-jp'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment