From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ucs-normalize and diacritics Date: Sun, 05 Aug 2018 18:28:46 +0300 Message-ID: <83tvo8suhd.fsf@gnu.org> References: <874lg9lzh0.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533482820 14753 195.159.176.226 (5 Aug 2018 15:27:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2018 15:27:00 +0000 (UTC) Cc: rpluim@gmail.com, schwab@linux-m68k.org, emacs-devel@gnu.org To: handa@gnu.org (K. Handa) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 05 17:26:56 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fmKvm-0003k5-JR for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2018 17:26:54 +0200 Original-Received: from localhost ([::1]:58953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmKxt-0004kL-AT for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2018 11:29:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmKxm-0004kE-SP for emacs-devel@gnu.org; Sun, 05 Aug 2018 11:28:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmKxm-00035i-35 for emacs-devel@gnu.org; Sun, 05 Aug 2018 11:28:58 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmKxg-00035M-Jz; Sun, 05 Aug 2018 11:28:52 -0400 Original-Received: from [176.228.60.248] (port=2147 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fmKxg-0000tD-1J; Sun, 05 Aug 2018 11:28:52 -0400 In-reply-to: <874lg9lzh0.fsf@gnu.org> (handa@gnu.org) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228192 Archived-At: > From: handa@gnu.org (K. Handa) > Cc: eliz@gnu.org, rpluim@gmail.com, emacs-devel@gnu.org > Date: Sun, 05 Aug 2018 22:22:51 +0900 > > So, including eight-bit-control in tis620-2533 may have been a mistake. > In that case, the current problem can be fixed by simply removing > eight-bit-control from the superset list of tis620-2533. So you are saying that replacing this: :superset '(ascii eight-bit-control (thai-tis620 . 128))) with this: :superset '(ascii (thai-tis620 . 128))) in the definition of tis620-2533 is all that is needed?