From: Lin Jingxian
Subject: locale problem
Date: 
Message-ID: <d9gf60$p5d$1@news.yaako.com>
hi,
  I am using clisp on windows xp ,simplified chinese edition.when I invoke
clisp:

================== cut here =====================================

WARNING: locale: no encoding GBK, using UTF-8
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2004


*** - invalid byte sequence #xD7 #xC0 in CHARSET:UTF-8 conversion
Break 2 [8]>
================== cut end ====================================

clisp gives out warning and break, how can I get rid of the warning
and make it run normally ?

thanks.
From: Frederic
Subject: Re: locale problem
Date: 
Message-ID: <slrndbnqof.6mg.beal@clipper.ens.fr>
On 2005-06-24, Lin Jingxian <········@yahoo.ie> wrote:
> clisp gives out warning and break, how can I get rid of the warning
> and make it run normally ?

I guess you are using Cygwin�?  Then, (may change if you use another
shell than bash) you can change the locale beforehand�:

export LC_ALL=C
clisp

(or the single liner LC_ALL=C clisp).

-- 
 Frederic