From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Inserting =?utf-8?Q?=E0=AF=87?= and =?utf-8?B?4K6V4K+N4K63?= without the dotted circle Date: Tue, 10 Nov 2015 23:31:42 +1100 Message-ID: <87r3jyxcgh.fsf@gmail.com> References: <87611bgfyk.fsf@fastmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1447158747 7101 80.91.229.3 (10 Nov 2015 12:32:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 12:32:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 10 13:32:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Zw85t-0003Fh-FZ for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Nov 2015 13:32:13 +0100 Original-Received: from localhost ([::1]:59260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw85s-0006SK-Sd for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Nov 2015 07:32:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw85Z-0006RO-Q5 for help-gnu-emacs@gnu.org; Tue, 10 Nov 2015 07:32:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zw85V-0000zh-8w for help-gnu-emacs@gnu.org; Tue, 10 Nov 2015 07:31:53 -0500 Original-Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:32774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw85V-0000zX-3p for help-gnu-emacs@gnu.org; Tue, 10 Nov 2015 07:31:49 -0500 Original-Received: by pabfh17 with SMTP id fh17so233744267pab.0 for ; Tue, 10 Nov 2015 04:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=IIMNxL/OzFPVCkHSS5syzpDCU/JSO5cwIafWN1LACAE=; b=MEvQ6lENeMDZC9A6xq1kgLcGAO72Jol41TyZscCn+A9f4N3ErTSFzukV9C7e5LSrm1 twuz7Xyya1GZAwc94xiCl743yym8EKeERQ7+FZeooSIShs1TP2mZclbUxXNP9fbwV1IC fq+MdXPxdWzKayVY1ehNDGRfP6j6AgWVh3yYc+X64JfmEmDrWhEKLAOnN3Om+a5WuOJP psNo+g8CIqzHFr5bnuP2yHcJAHiYLarJb0XIQw//TNoRH2PgfRH9rRrLsiPKUVmUKHCS JsW5KpKLz6bsPKSoSgepo2GmQL8DROuJqnsc/YSSgsFwDxuBoXsYb+JGHSR0JQn3DKr7 FIRw== X-Received: by 10.66.150.37 with SMTP id uf5mr5426292pab.30.1447158708254; Tue, 10 Nov 2015 04:31:48 -0800 (PST) Original-Received: from localhost (CPE-58-161-15-29.cqqy2.win.bigpond.net.au. [58.161.15.29]) by smtp.gmail.com with ESMTPSA id ux3sm3953783pac.18.2015.11.10.04.31.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 04:31:47 -0800 (PST) In-reply-to: <87611bgfyk.fsf@fastmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::229 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108019 Archived-At: Random832 writes: > Shakthi Kannan writes: > >> #2 Where is this behaviour defined for such characters? > > The Unicode standard provides information on how Indic scripts > should be rendered. Version 1.0 is available at the link below; > I don't know if any later version exists. > > http://www.unicode.org/versions/Unicode1.0.0/V2appA.pdf Unicode is now at version 8.0.0; here's the table of contents: http://www.unicode.org/versions/Unicode8.0.0/UnicodeBookTOC.pdf Tamil and its rendering is discussed in section 12.6: http://www.unicode.org/versions/Unicode8.0.0/ch12.pdf Alexis.