diff options
-rw-r--r-- | pygments/formatters/rtf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py index 1a5a356f..7af116dc 100644 --- a/pygments/formatters/rtf.py +++ b/pygments/formatters/rtf.py @@ -22,6 +22,10 @@ class RtfFormatter(Formatter): documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft® Word® documents. + Please note that ``encoding`` and ``outencoding`` options are ignored. + The RTF format is ASCII natively, but handles unicode characters correctly + thanks to escape sequences. + .. versionadded:: 0.6 Additional options accepted: |