From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21958 invoked from network); 28 Jun 2002 12:20:11 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Jun 2002 12:20:11 -0000 Received: (qmail 11863 invoked by alias); 28 Jun 2002 12:19:58 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5106 Received: (qmail 11851 invoked from network); 28 Jun 2002 12:19:57 -0000 From: Borsenkow Andrej To: "'Arno Dark'" , zsh-users@sunsite.dk Subject: RE: Prompt themes Date: Fri, 28 Jun 2002 16:19:48 +0400 Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B2F5@mowd019a.mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <200206281211.3617@th00.opsion.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > > I install szh few days ago and now I would like to configure my prompt. > So I want to use adam2 prompt or other theme but I have somme probleme. > In fact, I have special caractere (french caractere) and not line. So I > would like to kown how I could have line and not french caracter. > I am afraid it won't work anywhere except for Linux console. And even then only using default IBM 437 character set. You have to emit escape sequence that tells your terminal (emulation) to use semi-graphic characters and possibly use some translation into specific character set used by your terminal. I have never found a way to do it automatically (or even semi-automatically). Neither termcap nor terminfo help here because their set of semi-graphics is very limited and does not cover characters used in prompt themes. -andrej