This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: contrib/gcc_update in non-english locales
> % svn diff gcc-trunk-bstarynk/contrib/gcc_update
> Index: gcc-trunk-bstarynk/contrib/gcc_update
> ===================================================================
> --- gcc-trunk-bstarynk/contrib/gcc_update ? ? ? (revision 157825)
> +++ gcc-trunk-bstarynk/contrib/gcc_update ? ? ? (working copy)
> @@ -43,6 +43,11 @@
> ?# Default options used when updating via SVN (none).
> ?UPDATE_OPTIONS=""
>
> +# set the locale to C to make this work for users with foreign locale
> +# like e.g. French UTF-8.
> +LANG=C
> +LC_ALL=C
Add "export LANG LC_ALL" here.
Ok with this change, thanks!
Paolo