Skip to content

Commit

Permalink
docs: Add link to list of possible encodings, closes #1117
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 17, 2023
1 parent cbd68e3 commit f2a1485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/common_arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ See the documentation of :doc:`/scripts/csvclean` for a description of the defau
.. note::

The ``--encoding`` option has no effect if reading from standard input. Set the ``PYTHONIOENCODING`` environment variable instead.

.. seealso::

For a list of possible values for the ``--encoding`` option, see the `Python documentation <https://docs.python.org/3/library/codecs.html#standard-encodings>`__.

0 comments on commit f2a1485

Please sign in to comment.