We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6559c4 commit 3d58f14Copy full SHA for 3d58f14
README.md
@@ -6,6 +6,8 @@ Simple example how to encode and decode strings in Python
6
7
## Description
8
Using PyCharm as IDE for Python here is the program which shows how to Encode and Decode strings in Python.
9
+<br/>To choose the right Codec for needed language go to the page: https://docs.python.org/3.7/library/codecs.html
10
+<br/>Or choose 'utf-32' as standard for all languages.
11
12
## MIT License
13
## Copyright (c) 2018 Valentyn N Sichkar
0 commit comments