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

Mike Frysinger vapier at gentoo.org
Wed Aug 11 16:52:32 UTC 2010


On Wed, Aug 11, 2010 at 6:48 AM, Thomas Petazzoni wrote:
>  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");

i'd suggest:
  fprintf(stderr, "could not find a UTF8 locale ... at least one is
needed (like en_US.UTF-8)\n");
-mike


More information about the uClibc mailing list