From 8f408e4b7b24bfcf0f6a48522a2d77b0b878d34d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 6 Feb 2011 09:27:03 -0800 Subject: Added --ascii option. Currently supported only in HTML writer. --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 897d8b000..d14fd8938 100644 --- a/README +++ b/README @@ -292,6 +292,11 @@ Options `--columns`=*NUMBER* : Specify length of lines in characters (for text wrapping). +`--ascii` +: Use only ascii characters in output. Currently supported only + for HTML output (which uses numerical entities instead of + UTF-8 when this option is selected). + `--email-obfuscation=`*none|javascript|references* : Specify a method for obfuscating `mailto:` links in HTML documents. *none* leaves `mailto:` links as they are. *javascript* obfuscates -- cgit v1.2.3