Kaleb KEITHLEY has uploaded this change for review.

View Change

doc: utf8 characters in ganesha-config.rsh

python3-sphinx-1.4.9-2 on Debian 9/stretch blows up during the build.
Later versions of sphinx seem to handle it fine.

depending on any number of factors the line might look like

Empty lines and lines starting with `#' are comments.::
or
Empty lines and lines starting with â #â are comments.::

od -xa reveals
0001220 6e69 2067 6977 6874 e220 9880 e223 9980
i n g sp w i t h sp b nul can # b nul em

they are 0xe2 0x80 0x98 and 0xe2 0x80 0x99, i.e. U+2018 and U+2019 left
and right single quotation marks.

(see https://www.utf8-chartable.de/unicode-utf8-table.pl?start=8064&names=-&utf8=0x)

I don't know how well the diff and/or patch are going to deal with this.
(Not well, I suspect.) It may be necessary to edit the file and push it
to github outside of our usual gerrithub process

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Change-Id: I30117421582b0dbad57615b6dba10c2eb2118a26
---
M src/doc/man/ganesha-config.rst
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/22/474622/1

To view, visit change 474622. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I30117421582b0dbad57615b6dba10c2eb2118a26
Gerrit-Change-Number: 474622
Gerrit-PatchSet: 1
Gerrit-Owner: Kaleb KEITHLEY <kaleb@redhat.com>
Gerrit-MessageType: newchange