From 4568aa3c331be2bda065cd735f6b8a9846bf7c7d Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Sat, 7 Jul 2012 08:06:09 +0200 Subject: [PATCH] glob.7: Change 8 bit characters to 7 bit representation Fixes rendering errors for accented 'a' characters. Signed-off-by: Michael Kerrisk --- man7/glob.7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man7/glob.7 b/man7/glob.7 index 655808772..920e79eee 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -197,9 +197,7 @@ where the string between "\fI[=\fP" and "\fI=]\fP" is any collating element from its equivalence class, as defined for the current locale. For example, "\fI[[=a=]]\fP" might be equivalent -.\" FIXME . the accented 'a' characters are not rendering properly -.\" mtk May 2007 -to "\fI[aбадв]\fP" (warning: Latin-1 here), that is, +to "\fI[a\('a\(`a\(:a\(^a]\fP", that is, to "\fI[a[.a-acute.][.a-grave.][.a-umlaut.][.a-circumflex.]]\fP". .SH "SEE ALSO" .BR sh (1),