Created
March 25, 2014 00:27
-
-
Save yajd/9752419 to your computer and use it in GitHub Desktop.
textencoder question
This file contains hidden or 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
| does textencoder and textdecodeer module decode the new line character per os. like if i use \n for eol character it will encode it properly? but what if i read \n in my code and i did this on windows then on mac or something its \r? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment