From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: One more string functions change Date: Sun, 29 Jun 2014 06:53:45 +0400 Message-ID: <53AF7FB9.1030709@yandex.ru> References: <53AD8D59.5000207@yandex.ru> <53AD9FDB.80705@cs.ucla.edu> <83simq6spc.fsf@gnu.org> <53AEEBA3.1030706@yandex.ru> <83zjgx54ub.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1404010465 7986 80.91.229.3 (29 Jun 2014 02:54:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2014 02:54:25 +0000 (UTC) Cc: Kenichi Handa , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 29 04:54:18 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X15Fw-00012u-DW for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2014 04:54:16 +0200 Original-Received: from localhost ([::1]:56380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X15Fv-000118-SF for ged-emacs-devel@m.gmane.org; Sat, 28 Jun 2014 22:54:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X15Fm-0000zx-5C for emacs-devel@gnu.org; Sat, 28 Jun 2014 22:54:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X15Ff-0003WH-4Y for emacs-devel@gnu.org; Sat, 28 Jun 2014 22:54:06 -0400 Original-Received: from forward1l.mail.yandex.net ([84.201.143.144]:48001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X15FX-0003VR-DB; Sat, 28 Jun 2014 22:53:51 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward1l.mail.yandex.net (Yandex) with ESMTP id B52E915213B6; Sun, 29 Jun 2014 06:53:49 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 18FAE2C3AA4; Sun, 29 Jun 2014 06:53:48 +0400 (MSK) Original-Received: from 187.gprs.mts.ru (187.gprs.mts.ru [213.87.131.187]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id o9yMMGEvBI-rmqibH74; Sun, 29 Jun 2014 06:53:48 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7afe8f46-108c-4ae1-bf19-3053c5062b81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1404010428; bh=UrRrQ9MOvtwagIJ2HonI0aos+NAKa/7eaWjSFWN0M2k=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SsJfbagPCQDbYLzvVvyMFKSqYAftOTLbGkottEjDgUih4DuVdjRhMBFzRLMgN/APQ xAgEAbTQ8iJnsQU4zL5WfTj/xwnYsJPIYQC0TVTgQWuy6FCuO5nFRxufgniSZkPzLU Tdrw5U55UL29kDs3mqoHSesgvAgrijdF2HuGjX3U= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <83zjgx54ub.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.144 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172809 Archived-At: On 06/28/2014 09:19 PM, Eli Zaretskii wrote: > UAX#14, UAX#15, UTS#10, and UTS#18 should all be supported by Emacs. > (And yes, I should complete my work on bringing the bidirectional > editing support in line with the additions to UAX#9 in Unicode 6.3.) BTW, why do not use ICU plus our own special handling for 0x110000..0x3FFFFF? Dmitry