summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 86e1e0d4087..36d18b99b05 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -974,7 +974,7 @@ Otherwise, return a new string. */)
}
else if ((strp[0] == '`' || strp[0] == '\'')
&& quoting_style == CURVE_QUOTING_STYLE
- && multibyte)
+ && (multibyte || pure_ascii))
{
start = (unsigned char const *) (strp[0] == '`' ? uLSQM : uRSQM);
length_byte = sizeof uLSQM - 1;