diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-03 23:47:32 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-03 23:47:32 (GMT) |
commit | c934f32e0a2b5f9f2bc0b55573a6860626025d63 (patch) | |
tree | a2f33353031f392a632aaf6ee2549f70f6d906b1 /Modules/unicodedata.c | |
parent | 0b37b333a8c4852de8166dae6d331ed18d312958 (diff) | |
download | cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.zip cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.gz cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.bz2 |
Welcome to the UTF-8 world.
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r-- | Modules/unicodedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 538c8ca..2926c35 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -6,7 +6,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com). Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com) - Modified by Martin v. Löwis (martin@v.loewis.de) + Modified by Martin v. Löwis (martin@v.loewis.de) Copyright (c) Corporation for National Research Initiatives. |