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
cd8a4cb3
Commit
cd8a4cb3
authored
Jul 28, 2004
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
parent
671c5067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Lib/encodings/aliases.py
Lib/encodings/aliases.py
+7
-0
No files found.
Lib/encodings/aliases.py
View file @
cd8a4cb3
...
...
@@ -17,6 +17,8 @@
"""
aliases
=
{
# Please keep this list sorted alphabetically !
# ascii codec
'646'
:
'ascii'
,
'ansi_x3.4_1968'
:
'ascii'
,
...
...
@@ -244,6 +246,11 @@ aliases = {
# hex_codec codec
'hex'
:
'hex_codec'
,
# hp_roman8 codec
'roman8'
:
'hp_roman8'
,
'r8'
:
'hp_roman8'
,
'csHPRoman8'
:
'hp_roman8'
,
# hz codec
'hzgb'
:
'hz'
,
'hz_gb'
:
'hz'
,
...
...
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