From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 17:09:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 008711065673 for ; Tue, 8 Apr 2008 17:09:45 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 643FB8FC14 for ; Tue, 8 Apr 2008 17:09:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from [192.168.0.1] (athedsl-279104.home.otenet.gr [85.73.137.222]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m38H9fYL025460; Tue, 8 Apr 2008 20:09:42 +0300 Message-ID: <47FBA6EB.2040106@otenet.gr> Date: Tue, 08 Apr 2008 20:10:03 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: alexus References: <6ae50c2d0804072159h51cc13axa0fbdf2a8623a6b5@mail.gmail.com> <47FB0786.4030407@otenet.gr> <6ae50c2d0804080906l9187ddah892d5f225afaf2e4@mail.gmail.com> In-Reply-To: <6ae50c2d0804080906l9187ddah892d5f225afaf2e4@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: utf8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 17:09:45 -0000 alexus wrote: > I'm not an X user, I use shell. > > On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias wrote: > >> alexus wrote: >> >>> how do I make my FreeBSD-7 to understand UTF-8? I have files that i >>> need to transfer, but when i do it converts to ????????? instead of >>> name >>> >>> >>> >>> >> The console will not show UTF-8 filenames, though they are stored normally. >> If you use X, then doing something along the line of export LANG=en_US.UTF-8 >> before startx will allow you to see the filenames normally from an X >> terminal. >> >> You will still be able to see the filenames when connected via ssh from a terminal program that supports UTF8 (like e.g. Putty from a Windows machine or an xterm from a Linux or other BSD machine). AFAIK there is no way to see them directly from FreeBSD's text console.