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: Sat, 11 Aug 2018 11:20:10 +0300 Message-ID: <83eff5mi11.fsf@gnu.org> References: <87y3djkt4n.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533975531 16965 195.159.176.226 (11 Aug 2018 08:18:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Aug 2018 08:18:51 +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 Sat Aug 11 10:18:46 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 1foP6j-0004JF-M5 for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 10:18:45 +0200 Original-Received: from localhost ([::1]:59234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foP8q-000135-0p for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 04:20:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foP89-00012K-Ma for emacs-devel@gnu.org; Sat, 11 Aug 2018 04:20:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1foP88-0002li-Ox for emacs-devel@gnu.org; Sat, 11 Aug 2018 04:20:13 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foP85-0002gi-1k; Sat, 11 Aug 2018 04:20:09 -0400 Original-Received: from [176.228.60.248] (port=2720 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1foP84-0002ng-0y; Sat, 11 Aug 2018 04:20:08 -0400 In-reply-to: <87y3djkt4n.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:228399 Archived-At: > From: handa@gnu.org (K. Handa) > Cc: schwab@linux-m68k.org, rpluim@gmail.com, emacs-devel@gnu.org > Date: Tue, 07 Aug 2018 07:49:44 +0900 > > 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. OK, I've now done so. Thanks for the feedback.