summaryrefslogtreecommitdiffstats
path: root/GUIDE.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-26 13:55:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-26 13:55:47 -0500
commit6d5dba85bd455c348655c3f91347989abb160cd4 (patch)
tree4414b8e33321195c23aa00e1b79dc38d93ac827b /GUIDE.md
parentafb89bcdadf85d9c721739d004552ed3c8a9afa0 (diff)
doc: clarify automatic encoding detection
Fixes #1103
Diffstat (limited to 'GUIDE.md')
-rw-r--r--GUIDE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/GUIDE.md b/GUIDE.md
index 8523b6a5..39ccb52d 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -609,7 +609,8 @@ topic, but we can try to summarize its relevancy to ripgrep:
the most popular encodings likely consist of ASCII, latin1 or UTF-8. As
a special exception, UTF-16 is prevalent in Windows environments
-In light of the above, here is how ripgrep behaves:
+In light of the above, here is how ripgrep behaves when `--encoding auto` is
+given, which is the default:
* All input is assumed to be ASCII compatible (which means every byte that
corresponds to an ASCII codepoint actually is an ASCII codepoint). This