mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
you wouldn't believe me if I told you
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ body{counter-reset:h1 12}
|
||||
OK, so a string is a sequence of Unicode characters. But a file on disk is not a sequence of Unicode characters; a file on disk is a sequence of bytes. So if you read a “text file” from disk, how does Python convert that sequence of bytes into a sequence of characters? The answer is that it decodes the bytes according to a specific character encoding algorithm, and returns a sequence of Unicode characters, otherwise known as a string.
|
||||
-->
|
||||
|
||||
<p class=nav><a rel=prev href=advanced-classes.html title="back to “Advanced Classes”"><span>☜</span></a> <a rel=next href=xml.html title="onward to “XML”"><span>☞</span></a>
|
||||
<p class=v><a href=advanced-classes.html rel=prev title='back to “Advanced Classes”'><span>☜</span></a> <a href=xml.html rel=next title='onward to “XML”'><span>☞</span></a>
|
||||
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
|
||||
Reference in New Issue
Block a user