From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3FEEC3B1BF for ; Mon, 17 Feb 2020 00:45:44 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A04A42067D for ; Mon, 17 Feb 2020 00:45:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A04A42067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=amsat.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:38424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3UXf-00006c-P6 for qemu-devel@archiver.kernel.org; Sun, 16 Feb 2020 19:45:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33378) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3UWm-0007tk-Hx for qemu-devel@nongnu.org; Sun, 16 Feb 2020 19:44:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3UWl-0003Af-CP for qemu-devel@nongnu.org; Sun, 16 Feb 2020 19:44:48 -0500 Received: from mail-yw1-f68.google.com ([209.85.161.68]:41777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3UWl-0003AA-8m for qemu-devel@nongnu.org; Sun, 16 Feb 2020 19:44:47 -0500 Received: by mail-yw1-f68.google.com with SMTP id l22so7145066ywc.8 for ; Sun, 16 Feb 2020 16:44:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=nf6ZiGOA/CQMTsJ9yRTr6q2+O8kWcPDQrUophby4Wks=; b=Jd8K7Ozxu7V60NHmfSnXkag/FPbddWhjhmdNYV36DftgV9aXtsqCbKRY7Q7X3ME3rS V6i0M9rif/vRI+cuNPSUElnvpX9heAvfe02SCVmx4pmp/uqF5UADzGS111zQuRQR06XF cdK6TgG9ms+EKPhZnmAudwLMnHm6gU/RVqgGBNGJ+1MaRATgkC6AlYxuY0ydF6Zhvfeb TRt+/+IsvJNPC0cdRk3Va+Vdi1MBITptuLhjnA4RZVBOHnTIwFdodHdn+6ZdQ5pXz8nA uP0O/eth2M9wuYm3ymgLs5720/N4FGiNB2iyEIUkGzZMbitRo8jzs3Nw2TvAvLQip/yE rXHw== X-Gm-Message-State: APjAAAVBYfInrZD9yQjniWM4o1tti1hMQW0p9TPnZOE8CYPeAKBKo12Z xLWYEkwrh3NzYEblMf4Hri9moee30pELK0Keowo= X-Google-Smtp-Source: APXvYqz3VwyfR+9D99z8hjkUGbennj6QfCtaHpFJy98phOtyS7DI7In6hXEKKInptADXXDpkPoV7UreYJ/flVoRNIKI= X-Received: by 2002:a81:8443:: with SMTP id u64mr10797753ywf.443.1581900286598; Sun, 16 Feb 2020 16:44:46 -0800 (PST) MIME-Version: 1.0 References: <20200213175647.17628-1-peter.maydell@linaro.org> <20200213175647.17628-8-peter.maydell@linaro.org> In-Reply-To: From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Date: Mon, 17 Feb 2020 01:44:35 +0100 Message-ID: Subject: Re: [PATCH v2 07/30] qapi/block-core.json: Use literal block for ascii art To: Aleksandar Markovic , Peter Maydell , Markus Armbruster Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.161.68 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Daniel P . Berrange" , Michael Roth , QEMU Developers , Stefan Hajnoczi , Samuel Thibault , John Snow Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Sat, Feb 15, 2020 at 10:01 PM Aleksandar Markovic wrote: > 9:56 PM Sub, 15.02.2020. Philippe Mathieu-Daud=C3=A9 =D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BE/=D0=BB=D0= =B0: > > On Fri, Feb 14, 2020 at 12:04 AM Aleksandar Markovic > > wrote: > > > > > > 6:59 PM =C4=8Cet, 13.02.2020. Peter Maydell =D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BE/=D0=BB=D0=B0: > > > > > > > > The ascii-art graph > > > > > > Just out of couriousity, are unicode characters allowed in rst files? > > > > I remember 2 years ago a blind developer thanked the QEMU community to > > still restrict commits to 80 characters, because while 4K display are > > available, he and other visually impaired developers cloud still > > browse the QEMU codebase with their refreshable Braille display (which > > was 80 cels). I don't know how many visually impaired developers are > > following this project. A quick google returns " There is no concept > > of Unicode in Braille. In that sense Braille is similar to old 8-bit > > code pages which represented different symbols in different languages > > for the same symbol code." > > (https://superuser.com/questions/629443/represent-unicode-characters-in= -braille). > > > > (I'm Cc'ing Samuel who cares about Braille displays.) > > > > Got it. AFAIK there are no particular care in the project regarding visually impaired developers, maybe we are already using things that exclude them. IOW without a project policy to include visually impaired developers, my comment is irrelevant and it shouldn't restrict the use of unicode to improve documentation. Personally I'd rather we keep the project open to all possible contributors= . > > > > > > The boxes could've been rendered in a much more beautifull way using = "lines and corners" group of unicode characters. > > > > > > Aleksandar