projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7648ba8
)
Fix a small typo in the comment of unicode_default_encoding[].
author
Alexandre Vassalotti
<alexandre@peadrop.com>
Tue, 16 Oct 2007 00:26:33 +0000
(
00:26
+0000)
committer
Alexandre Vassalotti
<alexandre@peadrop.com>
Tue, 16 Oct 2007 00:26:33 +0000
(
00:26
+0000)
Objects/unicodeobject.c
patch
|
blob
|
history
diff --git
a/Objects/unicodeobject.c
b/Objects/unicodeobject.c
index 98723dba81606b037d1b589eea7066b28f8ea3e7..b2c24d79896441153630dbbfd9d70652b6aeae3f 100644
(file)
--- a/
Objects/unicodeobject.c
+++ b/
Objects/unicodeobject.c
@@
-119,7
+119,7
@@
static PyUnicodeObject *unicode_latin1[256];
parameter; it is fixed to "utf-8". Always use the
PyUnicode_GetDefaultEncoding() API to access this global.
- Don't forget to alter Py_FileSystemDefaultEncoding
()
if you change the
+ Don't forget to alter Py_FileSystemDefaultEncoding if you change the
hard coded default!
*/
static const char unicode_default_encoding[] = "utf-8";