Author: vitek
Date: Fri Jan 18 11:26:16 2008
New Revision: 613234
URL: http://svn.apache.org/viewvc?rev=613234&view=rev
Log:
2008-01-18 Travis Vitek <[EMAIL PROTECTED]>
* examples/include/stocks.h [AIX, __osf__]: Update locale names
so that example produces useful output.
Modified:
stdcxx/trunk/examples/include/stocks.h
Modified: stdcxx/trunk/examples/include/stocks.h
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/examples/include/stocks.h?rev=613234&r1=613233&r2=613234&view=diff
==============================================================================
--- stdcxx/trunk/examples/include/stocks.h (original)
+++ stdcxx/trunk/examples/include/stocks.h Fri Jan 18 11:26:16 2008
@@ -49,9 +49,9 @@
#if defined (_AIX)
# define US_LOCALE "en_US"
-# define GERMAN_LOCALE "De_DE.IBM-850"
-# define FRENCH_LOCALE "Fr_FR.IBM-850"
-# define JAPANESE_LOCALE "Ja_JP.IBM-932"
+# define GERMAN_LOCALE "de_DE"
+# define FRENCH_LOCALE "fr_FR"
+# define JAPANESE_LOCALE "ja_JP"
#elif defined (__hpux)
# define US_LOCALE "en_US.iso88591"
# define GERMAN_LOCALE "de_DE.iso88591"
@@ -63,10 +63,10 @@
# define FRENCH_LOCALE "fr_FR"
# define JAPANESE_LOCALE "ja_JP"
#elif defined (__osf__)
-# define US_LOCALE "en_US"
-# define GERMAN_LOCALE "de_DE.88591"
-# define FRENCH_LOCALE "fr_FR.88591"
-# define JAPANESE_LOCALE "ja_JA.88591"
+# define US_LOCALE "en_US.ISO8859-1"
+# define GERMAN_LOCALE "de_DE.ISO8859-1"
+# define FRENCH_LOCALE "fr_FR.ISO8859-1"
+# define JAPANESE_LOCALE "ja_JP"
#elif defined (SNI)
# define US_LOCALE "En"
# define GERMAN_LOCALE "De"