From 4b9c9d0a5fd551fdcd52737cd88e2aa09b89665a Mon Sep 17 00:00:00 2001 From: Graham Cobb Date: Tue, 16 Mar 2021 15:30:43 +0000 Subject: [PATCH] doc improvement as suggested by @sampsyo Co-authored-by: Adrian Sampson --- docs/plugins/bareasc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/bareasc.rst b/docs/plugins/bareasc.rst index 9be102e27..a22063805 100644 --- a/docs/plugins/bareasc.rst +++ b/docs/plugins/bareasc.rst @@ -40,7 +40,7 @@ accents. The default ``bareasc`` prefix (``#``) is used as a comment character in some shells so may need to be protected (for example in quotes) when typed into the command line. -The bare ASCII transformation is quite simple. It may not give the expected output +The bare ASCII transliteration is quite simple. It may not give the expected output for all languages. For example, German u-umlaut ``ΓΌ`` is transformed into ASCII ``u``, not into ``ue``.