From owner-freebsd-stable Wed Jun 24 20:04:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00355 for freebsd-stable-outgoing; Wed, 24 Jun 1998 20:04:52 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from jazz.snu.ac.kr (jazz.snu.ac.kr [147.46.59.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00345 for ; Wed, 24 Jun 1998 20:04:37 -0700 (PDT) (envelope-from junker@jazz.snu.ac.kr) Received: (from junker@localhost) by jazz.snu.ac.kr (8.9.0/8.9.0) id LAA03958; Thu, 25 Jun 1998 11:48:58 +0900 (KST) To: Nate Williams Cc: Hans Petter Bieker , Martin Blapp , "freebsd-stable@FreeBSD.ORG" , Tim Vanderhoek Subject: Re: GNU-Tar should be updated References: <199806241627.KAA00902@mt.sri.com> From: CHOI Junho Date: 25 Jun 1998 11:48:57 +0900 In-Reply-To: Nate Williams's message of Wed, 24 Jun 1998 10:27:02 -0600 Message-ID: Lines: 29 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nate Williams writes: > > also, more(1) broke in 8-bit character display if LANG is EUC > > locale(solution: link it with libxpg4, or some changes in more(1)) > > Did you try this on the 'more' in FreeBSD? Your previous example works > on my box (2.2.6), so 8-bit characters might even work. :) I was careless in play back stdio in more. But it is not. % uname -r 2.2.6-STABLE % setenv LANG ko_KR.EUC % more foo.txt FreeBSD ^F^w^F^n ^D^]^w^z^|^G^@^z ^C^V^|^R^@^G ^s^k^w^B^@^x^w^N ^|^v^x^y^@^z ^A ^~^w^y^@^G ^~^n^G^C^x^n^D^I^@^L^|^G^@^{ ^D^D^F^D^@^O^G^O^p^m ^|^s^D^a^G^R ^|^v ^@^V^u^u^w^O ^G^U^t^O^t^Y. .... % env LD_PRELOAD=/usr/lib/libxpg4.so.2.0 more foo.txt (it works..) When I set LANG to en_US.ISO8859-1, it works in 8-bit chars. -- ----Cool FreeBSD!----MSX Forever!---J.U.N.K.E.R/Beat Snatchers!---- CHOI Junho http://jazz.snu.ac.kr/~junker Distributed Computing System Lab,CS Dept.,Seoul National Univ., ROK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message