Thread: [Indic-computing-devel] some help required with otf
Status: Alpha
Brought to you by:
jkoshy
From: Sayamindu D. <unm...@So...> - 2002-09-26 04:04:33
|
hi, i have been trying to make a angla otf from plash baran pal's glyphs it is progressing nicely, but there are a few problems 1. The font does not show up in the Bengali font selection menu of IE 6 2. In case of a few conjuncts (three componenets), say, k+t+r, when i type in the sequence, i have as a result, k+t and then, r (seperate) as i have also defined a conjunct for k+t - how do i circumvent this?? -iti- sayamindu PS: provided that these two problems are ironed out, i will be releasing the font within 3-4 days (probably monday) for beta testing - i need to have a list of all bugs before i start redoing the tables again :) -- Sayamindu Dasgupta http://www.peacefulaction.org/sayamindu/ Humor in the Court: Q: Now, you have investigated other murders, have you not, where there was a victim? ------------------------------------------------------------------------------- This email is intended for the use of the individual addressee(s) named above and may contain information that is confidential, privileged or unsuitable for overly sensitive persons with low self-esteem, no sense of humour, or irrational religious beliefs. If you have received this email in error, you are required to shred it immediately, add some nutmeg, three egg whites and a dessertspoonful of caster sugar. Whisk until soft peaks form, then place in a a warm oven for 40 minutes. Remove promptly and let stand for 2 hours before adding some decorative kiwi fruit and cream. Then notify me immediately by return email and eat the original message. -------------------------------------------------------------------------------- |
From: Kaushik G. <kg...@wa...> - 2002-09-26 04:28:19
|
Keep up the good work. judging by the delta in the overall progress in bangla, looks like critical mass has been reached and is being maintained... -kaushik On 26 Sep 2002, Sayamindu Dasgupta wrote: > hi, > i have been trying to make a angla otf from plash baran pal's glyphs > it is progressing nicely, but there are a few problems > > 1. The font does not show up in the Bengali font selection menu of IE 6 > 2. In case of a few conjuncts (three componenets), say, k+t+r, when i > type in the sequence, i have as a result, k+t and then, r (seperate) as > i have also defined a conjunct for k+t - how do i circumvent this?? > > -iti- > sayamindu > > PS: provided that these two problems are ironed out, i will be releasing > the font within 3-4 days (probably monday) for beta testing - i need to > have a list of all bugs before i start redoing the tables again :) > > > > -- > Sayamindu Dasgupta > http://www.peacefulaction.org/sayamindu/ > > Humor in the Court: > Q: Now, you have investigated other murders, have you not, where there > was > a victim? > > > > > > ------------------------------------------------------------------------------- > This email is intended for the use of the individual addressee(s) named > above > and may contain information that is confidential, privileged or > unsuitable > for overly sensitive persons with low self-esteem, no sense of humour, > or > irrational religious beliefs. > > If you have received this email in error, you are required to shred it > immediately, add some nutmeg, three egg whites and a dessertspoonful of > caster sugar. Whisk until soft peaks form, then place in a a warm oven > for > 40 minutes. Remove promptly and let stand for 2 hours before adding > some > decorative kiwi fruit and cream. Then notify me immediately by return > email > and eat the original message. > > -------------------------------------------------------------------------------- > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Indic-computing-devel mailing list > http://indic-computing.sourceforge.net/ > Ind...@li... > https://lists.sourceforge.net/lists/listinfo/indic-computing-devel > [Other Indic-Computing mailing lists available: -users, -standards, -announce] > |
From: Baiju M <mal...@ya...> - 2002-09-26 13:07:23
|
> 2. In case of a few conjuncts (three componenets), say, k+t+r, > when i > type in the sequence, i have as a result, k+t and then, r > (seperate) as > i have also defined a conjunct for k+t - how do i circumvent > this?? First sequence k+t+r Second k+t+ZWNJ+r ZWNJ = Zero Width Non-Joiner -- Baiju M ===== __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |
From: Kaushik G. <kg...@wa...> - 2002-09-26 14:28:22
|
> First sequence k+t+r > Second k+t+ZWNJ+r > ZWNJ = Zero Width Non-Joiner Hi, is this the unicode representation , with + meaning 0x09cd ?, then the second sequence will qive k+t+explicit hashanta and then an illegal character (I guess a parser will just ignore the leading 0x09cd) -kaushik |
From: Guntupalli K. <kar...@fr...> - 2002-09-27 07:17:33
|
On 26 Sep 2002 09:36:56 +0530 Sayamindu Dasgupta <unm...@So...> wrote: > hi, > i have been trying to make a angla otf from plash baran pal's glyphs > it is progressing nicely, but there are a few problems > > 1. The font does not show up in the Bengali font selection menu of > IE 6 2. In case of a few conjuncts (three componenets), say, k+t+r, > when i type in the sequence, i have as a result, k+t and then, r > (seperate) as i have also defined a conjunct for k+t - how do i > circumvent this?? > Defining a substitution rule k+t+r -> ktr -- i , before k+t -> kt -- ii rule should do or you could add another rule kt + r -> ktr -- iii ( after ii ) , all these in same lookup. HTH Regards, Karunakar |