From owner-freebsd-questions@FreeBSD.ORG Mon Jan 11 17:35:25 2010 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 2E221106568D for ; Mon, 11 Jan 2010 17:35:25 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id A94EE8FC14 for ; Mon, 11 Jan 2010 17:35:24 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so662331fgg.13 for ; Mon, 11 Jan 2010 09:35:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=1JtNrDDdBjn5qXBOkU+gZtgPIDKL1vnD0oQR6l1p2mU=; b=N/iHcfUQQEYACjkeRD32Fxy0v7BFKr5m806C6rq3RT0hWWCr0sFbSW7vxyWAzyUWPA 09FY/4+ygc8Fa+xKxIyPmT1luCRE7++iWr5zmW/ValVjEy4FrF09Fcxa3ceHWAw2LMDa NJRJiwvxHC/oJRaSZ9A2hAOf2Rvgy10xOaPqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=Cwn0H2Dyd18/mpU+2fCR8zJ/V6QWYCHerp9952ly52R6/C6jkW1hbJy6TcJExJsEjv xvN6H6o3BU8d/sajKs+W0McktbCWUU5jgcPBYBUwyXqM5fPIWy7EVeB/OdnbGktzjUl+ 2aXxdlCbdy9WU+XShwhAoMRdU9CNOqI2mUNw0= Received: by 10.86.235.16 with SMTP id i16mr8120745fgh.28.1263231318126; Mon, 11 Jan 2010 09:35:18 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id 3sm7439974fge.5.2010.01.11.09.35.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 Jan 2010 09:35:17 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id o0BHZEDg023273; Mon, 11 Jan 2010 20:35:14 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id o0BHZE0l023272; Mon, 11 Jan 2010 20:35:14 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 11 Jan 2010 20:35:14 +0300 From: Yuri Pankov To: Paul Schmehl Message-ID: <20100111173514.GB1264@darklight.org.ru> References: <20100111173307.GA1264@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100111173307.GA1264@darklight.org.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Questions Subject: Re: UTF-16 decoder 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: Mon, 11 Jan 2010 17:35:25 -0000 On Mon, Jan 11, 2010 at 08:33:07PM +0300, Yuri Pankov wrote: > On Mon, Jan 11, 2010 at 10:40:01AM -0600, Paul Schmehl wrote: > > Can anyone point me to an online or unix utility that decodes utf-16 > > to ascii? Or unicode? My google searches have been nonproductive. > > > > -- > > Paul Schmehl, Senior Infosec Analyst > > As if it wasn't already obvious, my opinions > > are my own and not those of my employer. > > ******************************************* > > "It is as useless to argue with those who have > > renounced the use of reason as to administer > > medication to the dead." Thomas Jefferson > > converters/iconv, which should be already installed. This should read converters/libiconv, of course, sorry. > > > Yuri