Skip to content

Commit

Permalink
Fix in cp859
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Apr 2, 2024
1 parent deb5031 commit 822c1ef
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions alternative_encodings/cp859.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
import codecs

from .common import (
get_codec,
get_incremental_decoder,
get_incremental_encoder,
get_stream_reader,
get_stream_writer,
)
from .common import get_codec, get_incremental_decoder, get_incremental_encoder, get_stream_reader, get_stream_writer

# Decoding Table

decoding_table = (
"\x00☺☻♥♦♣♠●◘○◙♂♀♪♫☼"
"\x00\x01\x03\x04ẴẪ\x07\x08\t\n\x0b\x0c\r\x0e\x0f"
"▶◀↕‼¶§▬↨↑↓→←∟↔▲▼"
" !\"#$%&'()*+,-./"
"0123456789:;<=>?"
Expand Down

0 comments on commit 822c1ef

Please sign in to comment.