Re: MULE for indian scripts
Ben Wing <[email protected]> Thu, 28 Mar 2002 22:05:04 -0700
| Newsgroups | gmane.emacs.xemacs.mule |
|---|---|
| Message-ID | <[email protected]> |
not as far as i know. we always welcome volunteers doing work on xemacs -- esp. on international support, given its complexity and requirements for people with knowledge of specific scripts. a few comments on method: it seems to me the proper way to support indian languages on mswindows is to fully interface to the built-in windows support, not to redo it ourselves from scratch. obviously this won't work for unix, though. also, it would be preferable to do as much as possible in elisp, and to make the necessary c support be more general than just indian languages -- you run into the same glyph-shaping issues in arabic, for example. this means you'd have to port the logic, but probably we wouldn't be able to use much of the actual c language code without substantial work unless it is sufficiently well-designed that it has an abstraction layer to handle glyph-shaping, reordering, etc. that is not indian-specific. jnshah wrote: >I am keen on networking with those working on indian languages. >One of the addresses of this mail , M. S. Sridhar is a developer of a c >lang code of a package named AKRUTI which covers 14 indian languages. >The code captures the specificity of inputting the indian scripts each >of which has some peculiarities. He also has scores pf fonts(ttf) on >ms-windows. >We want to incorporate the logic in MULE. Therefore we want to know if >anyone else has done similar work. >Jitendra > > > > >