From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.devel Subject: Re: ucs-normalize and diacritics Date: Tue, 07 Aug 2018 07:49:44 +0900 Message-ID: <87y3djkt4n.fsf@gnu.org> References: <83tvo8suhd.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1533595714 9605 195.159.176.226 (6 Aug 2018 22:48:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2018 22:48:34 +0000 (UTC) Cc: rpluim@gmail.com, schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 00:48:30 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 1fmoId-0002M7-O6 for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2018 00:48:27 +0200 Original-Received: from localhost ([::1]:36571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmoKj-0003pv-R9 for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 18:50:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmoK3-0003pp-Lr for emacs-devel@gnu.org; Mon, 06 Aug 2018 18:49:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmoK2-0000XD-Vf for emacs-devel@gnu.org; Mon, 06 Aug 2018 18:49:55 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmoJw-0000Rf-JT; Mon, 06 Aug 2018 18:49:48 -0400 Original-Received: from fl1-119-240-85-224.iba.mesh.ad.jp ([119.240.85.224]:56964 helo=mongkok) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fmoJw-000292-4Z; Mon, 06 Aug 2018 18:49:48 -0400 Original-Received: from handa by mongkok with local (Exim 4.90_1) (envelope-from ) id 1fmoJs-0001t8-Lp; Tue, 07 Aug 2018 07:49:44 +0900 In-Reply-To: <83tvo8suhd.fsf@gnu.org> (message from Eli Zaretskii on Sun, 05 Aug 2018 18:28:46 +0300) 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:228249 Archived-At: In article <83tvo8suhd.fsf@gnu.org>, Eli Zaretskii writes: > > 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? Yes if it is ok believe the description of wikipedia. --- K. Handa handa@gnu.org