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: Coding systems vietnamese-vscii and vietnamese-tcvn Date: Fri, 28 Jul 2023 21:53:59 +0300 Message-ID: <83v8e3j29k.fsf@gnu.org> References: <83zg3pzbm6.fsf@gnu.org> <83jzutbeim.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40357"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 28 21:09:14 2023 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 1qPSpu-000AH3-7p for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Jul 2023 21:09:14 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPSaO-0005Pn-8b; Fri, 28 Jul 2023 14:53:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPSaK-0005OZ-2Z for emacs-devel@gnu.org; Fri, 28 Jul 2023 14:53:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPSaJ-0003Ki-Mz; Fri, 28 Jul 2023 14:53:07 -0400 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=Ci0MCBeVC8kHwFehSHB5NHVYPjWBYLi+S9R5ZZG7W2M=; b=Jtl29EDzUsjt JyHJy8m/82vpTpHARgMqC9Mv5PdV10kNw2xldlCxmUeZAQK/n2oYIbhvQGzVYOlxzWPvt80b/z7SI axNjRe7C54fOfeGzao6T8sfI9qxk9as+GqF+gCXySBQBK8rycAlLUeic9DbkftXrPu8fVry0ke55L 8pQ4uwth7SEyvvjCmGjh5etnN3YkF7/LfSKNAo1UE0ci7KnqXcv/+4Hqd4sGecSHTPYFMqijkz+p4 WgmogjUlmcc018SEVADG5nUAoRg8lp0hheI3BwoKI7gggCooHVJptPvY922D3WDOXXeBqYAU7p6Q2 ydgGQuSIufW4STAt5Pb4tg==; Original-Received: from [87.69.77.57] (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 1qPSaJ-0001az-6n; Fri, 28 Jul 2023 14:53:07 -0400 In-Reply-To: (message from Ulrich Mueller on Fri, 28 Jul 2023 20:03:10 +0200) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308193 Archived-At: > From: Ulrich Mueller > Cc: emacs-devel@gnu.org > Date: Fri, 28 Jul 2023 20:03:10 +0200 > > So I suggest to define only coding system vietnamese-vscii, and make > vietnamese-tcvn an alias of it. If this a acceptable, I can prepare a > patch for lisp/language/vietnamese.el. Please do, and thanks. But please include in the patch a NEWS entry, and please make the change backward-compatible, so that files written in either of the 2 encodings we supported before and stating the encoding in their file-local variables will still be correctly decoded after the change.