~singpolyma/biboumi

4661f7fe5bd05fa669586789b46561ebdbd53e69 — louiz’ 8 years ago e867104
Fix a doc typo
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/biboumi.1.rst
M doc/biboumi.1.rst => doc/biboumi.1.rst +1 -1
@@ 353,7 353,7 @@ This means that biboumi has to convert everything coming from IRC into UTF-8
without knowing the encoding of the received messages.  To do so, it checks
if each message is UTF-8 valid, if not it tries to convert from
``iso_8859-1`` (because this appears to be the most common case, at least
on the channels I visit) to ``UTF-``.  If that conversion fails at some
on the channels I visit) to ``UTF-8``.  If that conversion fails at some
point, a placeholder character ``'�'`` is inserted to indicate this
decoding error.