From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: dtas-all@80x24.org Delivered-To: pi@dcvr.yhbt.net Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1AD4F1F76E for ; Thu, 2 Oct 2014 06:55:36 +0000 (UTC) Received: from localhost ([::1]:60391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZaIZ-0006l2-CC for dtas-all@80x24.org; Thu, 02 Oct 2014 02:55:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZaIU-0006jr-1O for dtas-all@nongnu.org; Thu, 02 Oct 2014 02:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZaIP-0001lC-2o for dtas-all@nongnu.org; Thu, 02 Oct 2014 02:55:29 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:44607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZaIO-0001ky-Tv for dtas-all@nongnu.org; Thu, 02 Oct 2014 02:55:25 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 040B41F76E; Thu, 2 Oct 2014 06:55:22 +0000 (UTC) Date: Thu, 2 Oct 2014 06:55:22 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: dtas encoding fixes pushed out to git Message-ID: <20141002065521.GA18032@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: everything related to dtas List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Hopefully I got all the encoding rules right. Mainly, I want to be able to keep playing various tracks on my FS which has a mishmash of various encodings and which I've been too lazy to rename properly :x The following changes since commit a27a6623449d00af838ba87319454d92dc3014c0: rely on filesystem encoding (2014-08-16 23:38:05 +0000) are available in the git repository at: git://80x24.org/dtas master for you to fetch changes up to 6bf9a36e4d86c0c1869f99650b9b05c44200a94c: dtas-console: force encoding for current locale (2014-09-22 03:07:56 +0000) ---------------------------------------------------------------- Eric Wong (3): client_handler: minor cleanup (favor &:proc) doc: document "tl get"/"dtas-tl cat" escaping gotcha dtas-console: force encoding for current locale Documentation/dtas-player_protocol.txt | 2 +- Documentation/dtas-tl.txt | 1 + bin/dtas-console | 13 ++++++++++++- lib/dtas/player/client_handler.rb | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-)