From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 05:49:42 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 DD0021065670 for ; Tue, 8 Apr 2008 05:49:42 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4F08FC19 for ; Tue, 8 Apr 2008 05:49:42 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from [192.168.0.1] (athedsl-279104.home.otenet.gr [85.73.137.222]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m385neDY032235; Tue, 8 Apr 2008 08:49:40 +0300 Message-ID: <47FB0786.4030407@otenet.gr> Date: Tue, 08 Apr 2008 08:49:58 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: alexus References: <6ae50c2d0804072159h51cc13axa0fbdf2a8623a6b5@mail.gmail.com> In-Reply-To: <6ae50c2d0804072159h51cc13axa0fbdf2a8623a6b5@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 05:49:42 -0000 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.