From f2a1485a204022626d20a000044eef693ae14053 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:04:06 -0400 Subject: [PATCH] docs: Add link to list of possible encodings, closes #1117 --- docs/common_arguments.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/common_arguments.rst b/docs/common_arguments.rst index e378beeb8..874f1214e 100644 --- a/docs/common_arguments.rst +++ b/docs/common_arguments.rst @@ -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 `__.