From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5350A1FADF for ; Thu, 11 Jan 2018 17:31:15 +0000 (UTC) Received: from localhost ([::1]:57743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZgh8-0004RK-2V for e@80x24.org; Thu, 11 Jan 2018 12:31:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZaMt-0005mU-QW for dtas-all@nongnu.org; Thu, 11 Jan 2018 05:45:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZaMq-0007bZ-Nb for dtas-all@nongnu.org; Thu, 11 Jan 2018 05:45:55 -0500 Received: from sabic.uberspace.de ([185.26.156.23]:45392) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eZaMq-0007YQ-Bh for dtas-all@nongnu.org; Thu, 11 Jan 2018 05:45:52 -0500 Received: (qmail 3008 invoked from network); 11 Jan 2018 10:45:48 -0000 Received: from localhost (HELO cumparsita.ch) (127.0.0.1) by sabic.uberspace.de with SMTP; 11 Jan 2018 10:45:48 -0000 Date: Thu, 11 Jan 2018 11:45:46 +0100 From: Rene Maurer To: dtas-all@nongnu.org Subject: dtas-0.15.0 "!binary" in yaml file Message-ID: <20180111114546.77906b35@cumparsita.ch> User-Agent: Claws Mail 3.14.0git7@loco5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 185.26.156.23 X-Mailman-Approved-At: Thu, 11 Jan 2018 12:30:07 -0500 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Hello After updating to dtas-0.15.0, I see the following data in the output of dtas-ctl: ,---- | comments: | TRACKNUMBER: '7' | TIN: '07898659721703' | DATE: '1940-06-04' | DISCNUMBER: '1' | LABELID: '89061' | ORGANIZATION: BATC Diegon - para bailar | GENRE: Tango | TITLE: En la buena y en la mala * | ARTIST: !binary |- | RW5yaXF1ZSBSb2Ryw61ndWV6 | PERFORMER: Armando Moreno | GROUPING: !binary |- | Um9kcsOtZ3VleiwgTW9yZW5v | VERSION: T-1940 `---- ARTIST and GROUPING contain a non ASCII Character (the '=C3=AD' in 'Rodr=C3=ADguez'). My yaml parser was not able to handle this by default. This is now fixed in my code. Is it possible to have (for example) UTF-8 data in the output instead of "!binary"? What is the purpose of the "!binary" constructor? Sorry this may be a beginners questions as I do not know yaml at all. Besides, I have the impression that the 0.15.0 release notes are not available on https://80x24.org/dtas/NEWS.=20 Thanks, Ren=C3=A9