unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: wahjava.ml@gmail.com (Ashish SHUKLA)
Cc: emacs-devel@gnu.org
Subject: Re: Emacs (git HEAD) having issues rendering devanagari text
Date: Tue, 16 Mar 2010 16:03:11 +0900	[thread overview]
Message-ID: <tl7wrxcyci8.fsf@m17n.org> (raw)
In-Reply-To: <86d3z4eskv.fsf@chateau.d.if> (wahjava.ml@gmail.com)

In article <86d3z4eskv.fsf@chateau.d.if>, wahjava.ml@gmail.com (Ashish SHUKLA) writes:

> Following are the characters (in sequence) mentioned in the above image:

> ज़ - 095Bh
> ा - 093Eh
> क़ - 0958h
> ि - 093Fh
> र - 0930h

Ah, I see.  I have forgotten to add consonants
U+0958..U+095F and etc. in devanagari-composable-pattern.
I've just installed the folloing patch in emacs-23 branch.

---
Kenichi Handa
handa@m17n.org

=== modified file 'lisp/language/indian.el'
--- lisp/language/indian.el	2010-01-13 08:35:10 +0000
+++ lisp/language/indian.el	2010-03-16 06:58:18 +0000
@@ -141,7 +141,7 @@
 (defconst devanagari-composable-pattern
   (let ((table
 	 '(("V" . "[\u0904-\u0914\u0960-\u0961\u0972]") ; independent vowel
-	   ("C" . "[\u0915-\u0939]")		 ; consonant
+	   ("C" . "[\u0915-\u0939\u0958-\u095F\u097B-\u097C\u097E-\u097F]") ; consonant
 	   ("R" . "\u0930")			 ; RA
 	   ("n" . "\u093C")			 ; NUKTA
 	   ("H" . "\u094D")			 ; HALANT





  reply	other threads:[~2010-03-16  7:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12  4:43 Emacs (git HEAD) having issues rendering devanagari text Ashish Shukla
2010-03-12  8:08 ` Kenichi Handa
2010-03-12  8:56   ` Ashish Shukla
2010-03-16  0:50     ` Kenichi Handa
2010-03-16  5:36       ` Ashish SHUKLA
2010-03-16  7:03         ` Kenichi Handa [this message]
2010-03-16 10:35           ` Ashish SHUKLA
2010-03-16 12:14             ` Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tl7wrxcyci8.fsf@m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=wahjava.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).