Created
May 31, 2017 04:33
-
-
Save SamsadSajid/4cb39460c50b077f800ced8d0792d132 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unicode(object='') -> unicode object | |
unicode(string[, encoding[, errors]]) -> unicode object | |
Create a new Unicode object from the given encoded string. | |
encoding defaults to the current default string encoding. | |
errors can be 'strict', 'replace' or 'ignore' and defaults to 'strict'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment