Sanskrit entry

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10127
Joined: Fri Feb 19, 2010 10:17 am

Sanskrit entry

Post by richmond62 » Tue May 03, 2016 10:39 am

Whether this constitutes a bug or not, I just don't know, but it is a potential show-stopper if you
are interested in using Livecode for Sanskrit text entry (which I am).

There are currently 2 methods of entering Sanskrit text using the dominant wiring system; the Devanagari abugida:

1. Full entry: this involves using a "lexicon' of up to 5,000 characters.

2. Halant entry: this involves using about 50 characters and about 50 half-characters, called halants.

Currently my problem is with the latter because the Unicode consortium does NOT provide halants in its system, but
it does, apparently, provide a way to get those half-characters, although how exactly this works "under the hood" is a mystery:
Eureka.png
trying this in Livecode 7.1 results in this:
Ouch.png
which is quite unacceptable.

Performing the same sort of exercise in Livecode 4.5 (using slightly different code [ set unicodeText to numToChar . . . . ]
does no better:
Picture 2.png
Last edited by richmond62 on Tue May 03, 2016 10:42 am, edited 1 time in total.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10127
Joined: Fri Feb 19, 2010 10:17 am

Re: Sanskrit entry

Post by richmond62 » Tue May 03, 2016 10:41 am

While Sanskrit text entry is not a major concern in the Livecode Universe, it may bear on Unicode text entry
in general.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10127
Joined: Fri Feb 19, 2010 10:17 am

Re: Sanskrit entry

Post by richmond62 » Tue May 03, 2016 11:07 am


Post Reply