From: Petter Reinholdtsen Date: Sat, 30 Oct 2004 00:17:30 +0000 (+0000) Subject: Explain why yesexpr and noexpr should have a given content. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/e704e201f6efe413ac6549a46ee4a2f6d2e51a2d?hp=298e8464be2f40ae0d9b7f914f0e0ef4e8b25ebb Explain why yesexpr and noexpr should have a given content. --- diff --git a/linux/glibc/howto.html b/linux/glibc/howto.html index e28ee85796..092a574ceb 100644 --- a/linux/glibc/howto.html +++ b/linux/glibc/howto.html @@ -105,7 +105,10 @@ category "i18n:1997";LC_IDENTIFICATION

Then yesexpr and noexpr entries should have the form ^[yY<extra>] and ^[nN<extra>], - without 0 and 1 and without trailing ".*".

+ without 0 and 1 and without trailing ".*". The + reason is to make sure the expressions have the same form as + the expressions used in the C/POSIX locale (^[yY] and + ^[nN]).

Standard documents and specifications

@@ -144,7 +147,7 @@ category "i18n:1997";LC_IDENTIFICATION
Petter Reinholdtsen
-Last modified: Sat Oct 30 02:03:59 CEST 2004 +Last modified: Sat Oct 30 02:17:09 CEST 2004