Skip to content

Commit d4f12a5

Browse files
committed
Update requirements in readme
1 parent 3642ffe commit d4f12a5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ To install the module use
1515

1616
pip install python-iconv
1717

18-
This module package requires atleast Python 3.6.
18+
This module package requires at least Python 3.6, a corresponding version of
19+
libffi and the native iconv library.
1920

2021
Module iconv
2122
------------

iconvcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
_ENCODE_REPLACECHAR = "?".encode()
5-
_DECODE_REPLACECHAR = u"\uFFFD".encode()
5+
_DECODE_REPLACECHAR = "\ufffd".encode()
66

77

88
def _iconv_encode_impl(encoder, msg, errors, bufsize=None):

0 commit comments

Comments
 (0)