We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff8b11 commit 09324fbCopy full SHA for 09324fb
reference/strings/functions/setlocale.xml
@@ -97,12 +97,12 @@
97
<listitem>
98
<para>
99
If <parameter>locales</parameter> is the empty string
100
- <literal>""</literal>, the locale names will be set from the
+ <literal>""</literal> or is &null;, the locale names will be set from the
101
values of environment variables with the same names as the above
102
categories, or from "LANG".
103
</para>
104
105
- If <parameter>locales</parameter> is &null;,
+ If <parameter>locales</parameter> is <literal>"0"</literal>,
106
the locale setting is not affected, only the current setting is returned.
107
108
0 commit comments