From: Petter Reinholdtsen Date: Sat, 30 Oct 2004 00:01:25 +0000 (+0000) Subject: More info. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/0f5544d8937d6299f1ad8c150f4e2b4195a7e79f More info. --- diff --git a/linux/glibc/howto.html b/linux/glibc/howto.html index eb44d0821c..82b55a200f 100644 --- a/linux/glibc/howto.html +++ b/linux/glibc/howto.html @@ -86,20 +86,25 @@

Reuse when possible

- - "copy" from existing locales if the content should be identical +

One should avoid cut-n-paste when possible, and instead use + the copy statement to include sections from locales + with identical content.

LD_IDENTIFICATION

- - standard refs in the LD_IDENTIFICATION - - - quotes around the text - - - no <U#>, use normal ASCII +

The category entries are references to the standard used when + writing the given section. The standard refs should have + quotes around them, and should not use the <U#> + notation. They should normally look like this:

+
+category  "i18n:1997";LC_IDENTIFICATION
+	

LC_MESSAGES

- - yes/no expr should have the form ^[yYnN], without 0 and 1 - and without trailing ".*". +

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

Standard documents and specifications

@@ -138,7 +143,7 @@
Petter Reinholdtsen
-Last modified: Mon Aug 9 08:30:26 CEST 2004 +Last modified: Sat Oct 30 02:01:11 CEST 2004