[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird characters being possibly being displayed by make?
From: |
Ken Smith |
Subject: |
Re: Weird characters being possibly being displayed by make? |
Date: |
Thu, 31 Jan 2008 12:25:43 -0800 |
On Jan 31, 2008 12:16 PM, Randy Kao <address@hidden> wrote:
> Hi All,
>
> Has anyone seen an issue where when running make, weird characters (i.e.
> 8ú`z$`º`º8ú8Zà ) get dumped to the screen?
Perhaps your environment variables LANG, LC_ALL, etc. are configured
to display a language your terminal is not prepared to handle. You
could try unsetting LC_ALL and setting LANG=C to see if this changes
anything.
Ken