From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 06:38:01 2009 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 4A74B106566C for ; Tue, 31 Mar 2009 06:38:01 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id C9C6B8FC19 for ; Tue, 31 Mar 2009 06:38:00 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by fg-out-1718.google.com with SMTP id 19so382523fgg.12 for ; Mon, 30 Mar 2009 23:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:mail-followup-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent :x-operating-system; bh=Cf9CEGdayDFysTPiuTQkL7JVupXwj0Q9xE8HZL2iWzw=; b=FuTWodAczcPoDW5fFQFT/9ANb0gl8lzsIMAyoq7Dnhji8LhBY4BwgnsZt4YAAJAR+b I4srr74vaYUy/yKnG02pFrJTUnq3nhBN5gAwmtOR7PHfRmJBFZMxPl7K7IsNmwz7X2Cf aRdHUZYJw3abF+GklQrLNze64iwRoGfwapJgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:x-operating-system; b=Yht60QRXbHrXHq/zFA1q3B2y64JOqKtKQhwDQZeMWn2K7w9Q4Fm5oswEBYo8+wJe4K mNmqxyknm3OB5u8Orqj1/jTxA6tnEwbp7bv2f2cNZybkSV5OPFCcTZZa+Fsbswq5zEAv wnaXwZ4Snc+fvnABs9MdPrk3ZcuoRb48uRKp0= Received: by 10.86.68.1 with SMTP id q1mr3047024fga.22.1238481479660; Mon, 30 Mar 2009 23:37:59 -0700 (PDT) Received: from blackmesa ([77.66.153.29]) by mx.google.com with ESMTPS id l12sm6311135fgb.1.2009.03.30.23.37.58 (version=SSLv3 cipher=RC4-MD5); Mon, 30 Mar 2009 23:37:59 -0700 (PDT) Received: by blackmesa (sSMTP sendmail emulation); Tue, 31 Mar 2009 10:37:57 +0400 Date: Tue, 31 Mar 2009 10:37:56 +0400 From: Jeff Laine To: Arek Czereszewski Message-ID: <20090331063756.GA4153@free.bsd.loc> Mail-Followup-To: Jeff Laine , Arek Czereszewski , freebsd-questions@freebsd.org References: <49D1AE8C.8070704@wup-katowice.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49D1AE8C.8070704@wup-katowice.pl> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.2-PRERELEASE i386 Cc: freebsd-questions@freebsd.org Subject: Re: UTF-8 file + console 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, 31 Mar 2009 06:38:01 -0000 On Tue, Mar 31, 2009 at 07:47:56AM +0200, Arek Czereszewski wrote: > Hi, > > I have php application in UTF-8 on server > (in files are 4 languages: PL, SK, CZ and EN). > > Is there any chance to edit this files on console? > Or should I edit files in Linux/Mac/Win editor with > UTF support and upload then to server? > > Regards > Arek > -- > Arek Czereszewski > arek (at) wup-katowice (dot) pl > "UNIX allows me to work smarter, not harder." I use bluefish editor (www/bluefish) for such purposes of mine. It can handle various encodings and highlight code. -- Best regards, Jeff | "Nobody wants to say how this works. | | Maybe nobody knows ..." | | Xorg.conf(5) |