From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: sqlite3 Date: Mon, 06 Dec 2021 22:10:33 +0200 Message-ID: <83zgpdze86.fsf@gnu.org> References: <87tufmjyai.fsf@gnus.org> <87sfv5ljxn.fsf@gnus.org> <8735n5leza.fsf@gnus.org> <835ys11pxy.fsf@gnu.org> <871r2pijrx.fsf@dick> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2541"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: dick Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 06 21:12:22 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1muKLW-0000TF-Er for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 21:12:22 +0100 Original-Received: from localhost ([::1]:50842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muKLV-00021T-5t for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 15:12:21 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muKJn-0000QV-6X for emacs-devel@gnu.org; Mon, 06 Dec 2021 15:10:35 -0500 Original-Received: from [2001:470:142:3::e] (port=39946 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muKJm-0001ZR-U9; Mon, 06 Dec 2021 15:10:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=SfQDdwbllxzT4iPt3DuNXnQUFbjJ/5I2So1DZpl+Yqo=; b=avWz0VoDjDqa JIUZMbFr8c7bY9bGvVcOSChJh+9a4HXKOdsy5juExrGjKPTmqNI6bbPQnlzIvL+jGTVyHuLFheS6+ IYzS91wm3aVC9cmRkY+egBh1p1CRgpAwvGMTQkgFvsRlxUoNawqN4qQvkbmm1H1HoglTMbZkL7fF9 m2+DL85p1+DZK1niK9uG8MBWcUAakLQHHKmSh/FczK4BvSx5CxxPiL7i3HgDngsFTD2UYwDXJZ1j+ N/b7VykyAT2tczI7f/mupCUv/IqpDvffQUTeQyB2kgLj5RWig4cfMELA51hcI8qM8pENsX95c5ND2 DrpU8iRvYlmoycZg2R1DZw==; Original-Received: from [87.69.77.57] (port=4942 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muKJm-0007JQ-NC; Mon, 06 Dec 2021 15:10:35 -0500 In-Reply-To: <871r2pijrx.fsf@dick> (message from dick on Mon, 06 Dec 2021 15:02:42 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281170 Archived-At: > From: dick > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > Date: Mon, 06 Dec 2021 15:02:42 -0500 > > EZ> issue. SQLite needs UTF-8, but our internal representation is a > EZ> superset of UTF-8 > > Why you feel the need to raise a 0.001% exception to a project that has > thus far gotten 0.000% off the ground is the very soul of premature > optimization. It isn't an optimization, it is standard Emacs operation: libraries that require UTF-8 should be protected from our extensions to UTF-8.