projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e07996
)
doc link fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Feb 2011 16:49:47 +0000
(17:49 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Feb 2011 16:49:47 +0000
(17:49 +0100)
src/tutorial/strings.rst
patch
|
blob
|
history
diff --git
a/src/tutorial/strings.rst
b/src/tutorial/strings.rst
index 64251c05985fd8f74ce8e130f4016e5c20c71f7f..2c2627fc8b5ebe9d58a73c065e7f7cbd13731d4a 100644
(file)
--- a/
src/tutorial/strings.rst
+++ b/
src/tutorial/strings.rst
@@
-281,7
+281,7
@@
pair that represents the above character.
For more information on this topic, it is worth reading the `Wikipedia
article about the UTF-16 encoding`_.
-.. _`Wikipedia article
on
the UTF-16 encoding`: http://en.wikipedia.org/wiki/UTF-16/UCS-2
+.. _`Wikipedia article
about
the UTF-16 encoding`: http://en.wikipedia.org/wiki/UTF-16/UCS-2
The same properties apply to Cython code that gets compiled for a
narrow CPython runtime environment. In most cases, e.g. when