diff options
author | Georg Brandl <georg@python.org> | 2008-10-16 20:31:28 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-10-16 20:31:28 +0000 |
commit | a857b89a2373a72081f9e878ce9e7a32585e58a9 (patch) | |
tree | 875b4d53c4a0822fe170ee5397389d1d89979af6 /doc/markup/code.rst | |
parent | e4306e5f87835e5308313853e610b811dfd1869b (diff) | |
download | sphinx-git-a857b89a2373a72081f9e878ce9e7a32585e58a9.tar.gz |
UTF-8 isn't mandatory anymore.
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index cf70be276..299ab0bc0 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -106,8 +106,9 @@ Includes :language: ruby :linenos: - Include files are assumed to be encoded in UTF-8. If the file has a different - encoding, you can specify it with the ``encoding`` option:: + Include files are assumed to be encoded in the :confval:`source_encoding`. + If the file has a different encoding, you can specify it with the + ``encoding`` option:: .. literalinclude:: example.py :encoding: latin-1 |