svn commit: branches/uClibc_0_9_30/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Wed Feb 18 19:51:25 UTC 2009


Author: aldot
Date: 2009-02-18 19:51:24 +0000 (Wed, 18 Feb 2009)
New Revision: 25371

Log:
- discourage use of pregenerated locales.


Modified:
   branches/uClibc_0_9_30/extra/Configs/Config.in


Changeset:
Modified: branches/uClibc_0_9_30/extra/Configs/Config.in
===================================================================
--- branches/uClibc_0_9_30/extra/Configs/Config.in	2009-02-18 19:47:35 UTC (rev 25370)
+++ branches/uClibc_0_9_30/extra/Configs/Config.in	2009-02-18 19:51:24 UTC (rev 25371)
@@ -1181,17 +1181,13 @@
 	depends on UCLIBC_HAS_LOCALE
 	default n
 	help
-	  If you are selective and only want locale data for a few particular
-	  locales, you can turn this option off.
+	  Use pre-built locale data.
 
-	  Mere mortals will answer Y and use the default set of pregenerated
-	  locale data, which supports 169 UTF-8 locales, and 144 locales for
-	  other codesets (for the complete list see extra/locale/LOCALES).
-
 	  Note that these pregenerated locales are sensitive to your
 	  target architecture (endianess, bitcount).
 
-	  Saying N here is recommended.
+	  Saying N here is highly recommended unless you have a cached
+	  set of prebuilt data.
 
 config UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA
 	bool "Automagically Download the Pre-generated Locale Data (if necessary)"
@@ -1205,7 +1201,7 @@
 	  and place the uClibc-locale-*.tgz tarball in the extra/locale/
 	  directory.
 
-	  Go ahead and make life easy for yourself... Answer Y.
+	  Just say N here.
 
 config UCLIBC_HAS_XLOCALE
 	bool "Extended Locale Support (experimental/incomplete)"



More information about the uClibc-cvs mailing list