summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-03 08:21:51 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-03 08:21:51 -0700
commit9aca794c1be78d8d6b453a42e29c2e474ab75043 (patch)
treea6c572b3406e2043cfe1f498b1ed893ee2f39744
parent599959265ca31b27e407724c192c8bf65cdd4704 (diff)
downloadpystache-9aca794c1be78d8d6b453a42e29c2e474ab75043.tar.gz
Added to README a link to the Python documentation's "Tips for Writing Unicode-aware Programs."
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 70f0717..9781fc2 100644
--- a/README.rst
+++ b/README.rst
@@ -85,7 +85,7 @@ Unicode Handling
This section describes Pystache's handling of unicode (e.g. strings and
encodings).
-Internally, Pystache uses only unicode strings. For input, Pystache accepts
+Internally, Pystache uses `only unicode strings`_. For input, Pystache accepts
both ``unicode`` and ``str`` strings. For output, Pystache's template
rendering methods return only unicode.
@@ -173,6 +173,7 @@ Author
.. _Mustache spec: https://github.com/mustache/spec
.. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
+.. _only unicode strings: http://docs.python.org/howto/unicode.html#tips-for-writing-unicode-aware-programs
.. _PyPI: http://pypi.python.org/pypi/pystache
.. _Pystache: https://github.com/defunkt/pystache
.. _semantically versioned: http://semver.org