Commit 9aca794c by Chris Jerdonek

Added to README a link to the Python documentation's "Tips for Writing Unicode-aware Programs."

parent 59995926
...@@ -85,7 +85,7 @@ Unicode Handling ...@@ -85,7 +85,7 @@ Unicode Handling
This section describes Pystache's handling of unicode (e.g. strings and This section describes Pystache's handling of unicode (e.g. strings and
encodings). 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 both ``unicode`` and ``str`` strings. For output, Pystache's template
rendering methods return only unicode. rendering methods return only unicode.
...@@ -173,6 +173,7 @@ Author ...@@ -173,6 +173,7 @@ Author
.. _Mustache spec: https://github.com/mustache/spec .. _Mustache spec: https://github.com/mustache/spec
.. _mustache(5): http://mustache.github.com/mustache.5.html .. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.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 .. _PyPI: http://pypi.python.org/pypi/pystache
.. _Pystache: https://github.com/defunkt/pystache .. _Pystache: https://github.com/defunkt/pystache
.. _semantically versioned: http://semver.org .. _semantically versioned: http://semver.org
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment