diff options
author | louiz’ <louiz@louiz.org> | 2016-06-14 14:52:04 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-06-14 14:52:04 +0200 |
commit | 4661f7fe5bd05fa669586789b46561ebdbd53e69 (patch) | |
tree | bb8353a3bd58e12db7300e40f127c7d96dceee99 | |
parent | e8671042f792d8d967e476ea01821243c3465412 (diff) | |
download | biboumi-4661f7fe5bd05fa669586789b46561ebdbd53e69.tar.gz biboumi-4661f7fe5bd05fa669586789b46561ebdbd53e69.tar.bz2 biboumi-4661f7fe5bd05fa669586789b46561ebdbd53e69.tar.xz biboumi-4661f7fe5bd05fa669586789b46561ebdbd53e69.zip |
Fix a doc typo
-rw-r--r-- | doc/biboumi.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 2a6dae3..b8bf794 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -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. |