glob.7: Change 8 bit characters to 7 bit representation

Fixes rendering errors for accented 'a' characters.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bjarni Ingi Gislason 2012-07-07 08:06:09 +02:00 committed by Michael Kerrisk
parent 38c6b6401d
commit 4568aa3c33
1 changed files with 1 additions and 3 deletions

View File

@ -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),