[PATCH 2/2] en_US.UTF-8 is not mandatory, just one UTF-8 locale

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Aug 11 10:48:28 UTC 2010


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 extra/locale/gen_wc8bit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c
index 30b4ec9..d2b8090 100644
--- a/extra/locale/gen_wc8bit.c
+++ b/extra/locale/gen_wc8bit.c
@@ -121,7 +121,7 @@ int main(int argc, char **argv)
 		}
 
  locale_failure:
-		fprintf(stderr, "could not find a UTF8 locale ... please enable en_US.UTF-8\n");
+		fprintf(stderr, "could not find a UTF8 locale ... at least one is needed\n");
 		return EXIT_FAILURE;
  locale_success:
 		pclose(fp);
-- 
1.7.0.4



More information about the uClibc mailing list