comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/gettext_fot.html @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
2 <html>
3 <!-- Created on February, 21 2024 by texi2html 1.78a -->
4 <!--
5 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
6 Karl Berry <karl@freefriends.org>
7 Olaf Bachmann <obachman@mathematik.uni-kl.de>
8 and many others.
9 Maintained by: Many creative people.
10 Send bugs and suggestions to <texi2html-bug@nongnu.org>
11
12 -->
13 <head>
14 <title>GNU gettext utilities: Footnotes</title>
15
16 <meta name="description" content="GNU gettext utilities: Footnotes">
17 <meta name="keywords" content="GNU gettext utilities: Footnotes">
18 <meta name="resource-type" content="document">
19 <meta name="distribution" content="global">
20 <meta name="Generator" content="texi2html 1.78a">
21 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22 <style type="text/css">
23 <!--
24 a.summary-letter {text-decoration: none}
25 pre.display {font-family: serif}
26 pre.format {font-family: serif}
27 pre.menu-comment {font-family: serif}
28 pre.menu-preformatted {font-family: serif}
29 pre.smalldisplay {font-family: serif; font-size: smaller}
30 pre.smallexample {font-size: smaller}
31 pre.smallformat {font-family: serif; font-size: smaller}
32 pre.smalllisp {font-size: smaller}
33 span.roman {font-family:serif; font-weight:normal;}
34 span.sansserif {font-family:sans-serif; font-weight:normal;}
35 ul.toc {list-style: none}
36 -->
37 </style>
38
39
40 </head>
41
42 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
43
44 <a name="SEC_Foot"></a>
45 <table cellpadding="1" cellspacing="1" border="0">
46 <tr><td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
47 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
48 <td valign="middle" align="left">[<a href="gettext_21.html#SEC389" title="Index">Index</a>]</td>
49 <td valign="middle" align="left">[<a href="gettext_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
50 </tr></table>
51 <h1>Footnotes</h1>
52 <h3><a name="FOOT1" href="gettext_1.html#DOCF1">(1)</a></h3>
53 <p>In this manual, all mentions of Emacs
54 refers to either GNU Emacs or to XEmacs, which people sometimes call FSF
55 Emacs and Lucid Emacs, respectively.
56 </p><h3><a name="FOOT2" href="gettext_3.html#DOCF2">(2)</a></h3>
57 <p>This
58 limitation is not imposed by GNU <code>gettext</code>, but is for compatibility
59 with the <code>msgfmt</code> implementation on Solaris.
60 </p><h3><a name="FOOT3" href="gettext_11.html#DOCF3">(3)</a></h3>
61 <p>Some
62 system, e.g. mingw, don't have <code>LC_MESSAGES</code>. Here we use a more or
63 less arbitrary value for it, namely 1729, the smallest positive integer
64 which can be represented in two different ways as the sum of two cubes.
65 </p><h3><a name="FOOT4" href="gettext_11.html#DOCF4">(4)</a></h3>
66 <p>When the system does not support <code>setlocale</code> its behavior
67 in setting the locale values is simulated by looking at the environment
68 variables.
69 </p><h3><a name="FOOT5" href="gettext_11.html#DOCF5">(5)</a></h3>
70 <p>Additions are welcome. Send appropriate information to
71 <a href="mailto:bug-gettext@gnu.org">bug-gettext@gnu.org</a> and <a href="mailto:bug-glibc-manual@gnu.org">bug-glibc-manual@gnu.org</a>.
72 The Unicode CLDR Project (<a href="http://cldr.unicode.org">http://cldr.unicode.org</a>) provides a
73 comprehensive set of plural forms in a different format. The
74 <code>msginit</code> program has preliminary support for the format so you can
75 use it as a baseline (see section <a href="gettext_6.html#SEC46">Invoking the <code>msginit</code> Program</a>).
76 </p><h3><a name="FOOT6" href="gettext_13.html#DOCF6">(6)</a></h3>
77 <p>you can also use it through the
78 &lsquo;<samp>MSGMERGE_OPTIONS</samp>&rsquo; option from &lsquo;<tt>Makevars</tt>&rsquo;
79 </p><h3><a name="FOOT7" href="gettext_16.html#DOCF7">(7)</a></h3>
80 <p>Note that the file name matching is done after
81 removing any <code>.in</code> suffix from the input file name. Thus the
82 <code>pattern</code> attribute must not include a pattern matching <code>.in</code>.
83 For example, if the input file name is &lsquo;<tt>foo.msg.in</tt>&rsquo;, the pattern
84 should be either <code>*.msg</code> or just <code>*</code>, rather than
85 <code>*.in</code>.
86 </p><hr size="1">
87 <table cellpadding="1" cellspacing="1" border="0">
88 <tr><td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
89 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
90 <td valign="middle" align="left">[<a href="gettext_21.html#SEC389" title="Index">Index</a>]</td>
91 <td valign="middle" align="left">[<a href="gettext_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
92 </tr></table>
93 <p>
94 <font size="-1">
95 This document was generated by <em>Bruno Haible</em> on <em>February, 21 2024</em> using <a href="https://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>.
96 </font>
97 <br>
98
99 </p>
100 </body>
101 </html>