Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Brown (977ccfe1af2168948668999207c470d3f013eebe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <iuso AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Brown (977ccfe1af2168948668999207c470d3f013eebe)
  • Date: Sun, 3 Sep 2006 14:28:26 +0300

On Sunday 03 September 2006 01:41, David Brown wrote:
> GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:
[snip]
> linux added unset LC_ALL see bug #12164 seems to be a unicode keymap
> issue
[snip]
> diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
> index 400e6b1..14a877f 100755
> --- a/kernels/linux/PRE_BUILD
> +++ b/kernels/linux/PRE_BUILD
> @@ -1,3 +1,5 @@
> +unset LC_ALL

What if the user has LC_ALL set with his preferred unicode locale? Then this
won't help. Cast stores the user's LC_ALL as $saved_lc_all, maybe instead of
unsetting you could do 'LC_ALL="$saved_lc_all"'?

--
Juuso Alasuutari
[[ Source Mage GNU/Linux ]]

Attachment: pgpsU7goyB9H2.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page