* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
to locale. * setup2.sgml (setup-locale-how): Ditto.
This commit is contained in:
parent
ce4f5f76ab
commit
16e235b5ad
|
@ -1,3 +1,9 @@
|
||||||
|
2010-02-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
|
||||||
|
to locale.
|
||||||
|
* setup2.sgml (setup-locale-how): Ditto.
|
||||||
|
|
||||||
2010-02-15 Corinna Vinschen <corinna@vinschen.de>
|
2010-02-15 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* new-features.sgml (ov-new1.7.2): Add native DOS path and UNC path
|
* new-features.sgml (ov-new1.7.2): Add native DOS path and UNC path
|
||||||
|
|
|
@ -16,8 +16,9 @@
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New tool "getlocale" to fetch the default locale based on the Windows
|
New tool "locale" to fetch locale information and default locales based on
|
||||||
default settings and to list all supported locales.
|
the Windows default settings as well as lists of all supported locales
|
||||||
|
and character sets.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
|
|
@ -381,8 +381,8 @@ desktop shortcut.</para>
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
<note><para>For a list of locales supported by your Windows machine, use the new
|
<note><para>For a list of locales supported by your Windows machine, use the new
|
||||||
><command>getlocale -a</command> command, which is part of the Cygwin package.
|
><command>locale -a</command> command, which is part of the Cygwin package.
|
||||||
For a description see <xref linkend="getlocale"></xref></para></note>
|
For a description see <xref linkend="locale"></xref></para></note>
|
||||||
|
|
||||||
<note><para>For a list of supported character sets, see
|
<note><para>For a list of supported character sets, see
|
||||||
<xref linkend="setup-locale-charsetlist"></xref>
|
<xref linkend="setup-locale-charsetlist"></xref>
|
||||||
|
|
Loading…
Reference in New Issue