From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6DC9C485B8 for ; Sun, 7 Jan 2024 13:16:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ACDC568CCE9; Sun, 7 Jan 2024 15:16:30 +0200 (EET) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8C9DA68BFFF for ; Sun, 7 Jan 2024 15:16:24 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id 27E32240DC8 for ; Sun, 7 Jan 2024 14:16:24 +0100 (CET) Received: from smtp01.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix01.mail.de (Postfix) with ESMTP id 0FE288015B for ; Sun, 7 Jan 2024 14:16:24 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id D9FE4240A29 for ; Sun, 7 Jan 2024 14:16:23 +0100 (CET) Message-ID: <72671e16-424f-416c-83ab-39d8c25ad230@mail.de> Date: Sun, 7 Jan 2024 14:16:23 +0100 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20240106214955.1558448-1-marth64@proxyid.net> In-Reply-To: X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 972 X-purgate-ID: 154282::1704633383-C0E261F9-58AB5908/0/0 Subject: Re: [FFmpeg-devel] [PATCH] Revert "doc/faq: replace non-breaking spaces (0xA0) with normal space" X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thilo Borgmann via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Thilo Borgmann Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 07.01.24 um 13:12 schrieb Stefano Sabatini: > On date Saturday 2024-01-06 15:49:56 -0600, Marth64 wrote: >> This reverts commit 6442d1ddd62160e96c686c30648b6111e3e0c264. >> >> A valid point was made, that the non-breaking space will cause this text >> to render better by ensuring the unit never seperates from the number. > > I'm not convinced the non-breaking space was a good idea in the first > place, the fact that there is a single instance in the whole > documentation confirms this. > > In fact even if the unit and value are not on the same line we don't > miss much in terms of readability. > > On the other hand it is very hard to edit such non-printable > characters, and you can bet what as much as you can that most > contributors will not get it right or consistent. I think we could use @tie{} instead of an invisible 0xA0 wherever we want non-breaking spaces. Even if we seem not to care much about these in the docs. -Thilo _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".