<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 10/11/2022 12:30, Werner LEMBERG
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20221110.133022.544581258641150787.wl@gnu.org">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">[...] But this /is/ a programming language, albeit a simplistic and
declarative one. I don't know what its name is, but it is
presumably the programming language of one of the various
Unix-derived command-line interpreters ...
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">Well, if you argue like that then almost all output emitted by UNIX
command-line tools can be considered as a programming language...
My point is: If Joe User calls the `locale` command on the shell
prompt, he receives this output; he also has to handle such strings if
he is going to modify his locale settings.</pre>
</blockquote>
<p>Ah, my misunderstanding — I thought that <br>
</p>
<p> </p>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF_8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=</pre>
</blockquote>
was stored in a[n executable] file somewhere — I failed to
appreciate that it is simply the <i>output</i> of a program. In
which case I withdraw my earlier comment unreservedly.
<p>-- <br>
<i>** Phil.</i><br>
</p>
</body>
</html>