mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* new-features.sgml (ov-new1.7-posix): Mention UTF-8 as "C" default
and the default locale "C.UTF-8". * setup2.sgml (setup-locale-ov): Ditto.
This commit is contained in:
parent
a861373585
commit
641ba32982
@ -1,3 +1,9 @@
|
|||||||
|
2009-10-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* new-features.sgml (ov-new1.7-posix): Mention UTF-8 as "C" default
|
||||||
|
and the default locale "C.UTF-8".
|
||||||
|
* setup2.sgml (setup-locale-ov): Ditto.
|
||||||
|
|
||||||
2009-10-26 Christopher Faylor <me+cygwin@cgf.cx>
|
2009-10-26 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* faq-setup.xml: Fix clean_setup.pl reference.
|
* faq-setup.xml: Fix clean_setup.pl reference.
|
||||||
|
@ -211,7 +211,9 @@
|
|||||||
The setting of the environment variables $LANG, $LC_ALL or $LC_CTYPE will
|
The setting of the environment variables $LANG, $LC_ALL or $LC_CTYPE will
|
||||||
be used. For instance, setting $LANG to "de_DE.ISO-8859-15" before
|
be used. For instance, setting $LANG to "de_DE.ISO-8859-15" before
|
||||||
starting a Cygwin session will use the ISO-8859-15 character set in
|
starting a Cygwin session will use the ISO-8859-15 character set in
|
||||||
the entire session. UTF-8 is supported as well, as in "en_US.UTF-8".
|
the entire session. The default charset is "UTF-8", even in the
|
||||||
|
default locale "C". The default locale in the absence of one of the
|
||||||
|
aforementioned environment variables is "C.UTF-8".
|
||||||
|
|
||||||
The full list of supported character sets: "ASCII", "ISO-8859-x" with x
|
The full list of supported character sets: "ASCII", "ISO-8859-x" with x
|
||||||
in 1-16, except 12, "UTF-8", Windows codepages "CPxxx", with xxx in
|
in 1-16, except 12, "UTF-8", Windows codepages "CPxxx", with xxx in
|
||||||
|
@ -180,6 +180,9 @@ variables to "C.charset". For instance</para>
|
|||||||
"C.ISO-8859-1"
|
"C.ISO-8859-1"
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
|
<para>The default locale in the absence of the aforementioned locale
|
||||||
|
environment variables is "C.UTF-8".</para>
|
||||||
|
|
||||||
<para>Windows uses the UTF-16 charset exclusively to store the names
|
<para>Windows uses the UTF-16 charset exclusively to store the names
|
||||||
of any object used by the Operating System. This is especially important
|
of any object used by the Operating System. This is especially important
|
||||||
with filenames. Cygwin uses the setting of the locale environment variables
|
with filenames. Cygwin uses the setting of the locale environment variables
|
||||||
@ -206,7 +209,10 @@ own purpose, typically by using the call</para>
|
|||||||
setlocale (LC_ALL, "");
|
setlocale (LC_ALL, "");
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
<para>early in the application code.</para>
|
<para>early in the application code. Again, so that this doesn't get
|
||||||
|
lost: If the application calls setlocale as above, and there is none
|
||||||
|
of the important locale variables set in the environment, the locale
|
||||||
|
is set to the default locale, which is "C.UTF-8".</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Right now the language and territory, as well as the modifier, are not
|
Right now the language and territory, as well as the modifier, are not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user