From 3ac807d987bc6af1ec9cbc407c1200061e690a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 5 Nov 2016 10:36:25 +0100 Subject: [PATCH] Add --encoding to psl-make-dafsa man page --- src/psl-make-dafsa.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/psl-make-dafsa.1 b/src/psl-make-dafsa.1 index 9eb1fd7..b8c6e09 100644 --- a/src/psl-make-dafsa.1 +++ b/src/psl-make-dafsa.1 @@ -28,9 +28,14 @@ depends on options passed to it. \fBcxx\fR: (default) output is C/C++ code .br \fBbinary\fR: output is an architecture-independent binary format +.TP +\fB\-\-encoding=\fR[\fIutf-8\fR|\fIascii\fR] +\fButf-8\fR: (default) UTF-8 mode (output contains UTF-8 + punycode) +.br +\fBascii\fR: (deprecated) 7-bit ASCII mode (output contains punycode only) .SH SEE ALSO .IR https://publicsuffix.org/ ", " https://github.com/rockdaboot/libpsl .SH COPYRIGHT -\fBpsl-make-dafsa\fR was originally part of the Chromium project, and +\fBpsl-make-dafsa\fR was was written by Olle Jiljenzin as part of the Chromium project and has been modified by Tim Ruehsen and Daniel Kahn Gillmor. The code and its documentation is governed by a BSD-style license.