Am 10.03.10 10:47, schrieb Philipp Gesang:
Hi again,
the transliteration module has been reworked following sunday's discussion on the list. The table groups now come in separate files and are loaded / created only on demand. The module now provides a \[start|stop]transliterate environment, credits for it go to Wolfgang. The most valuable suggestion came from Thomas: the former substitution functions that were using string.gsub() have been entirely replaced by LPeg, which proves to be surprisingly fast. (Under some circumstances, it is faster than not transliterating at all.)
I have opened a bitbucket account in order to not to clutter the mailing list with archives. The tip revision can be found here: http://bitbucket.org/phg/transliterator/get/2fc2b5fbbd46.gz and the precompiled manual over here: http://bitbucket.org/phg/transliterator/downloads/transliterator.pdf
Can you also add the module to the module section [1] on the wiki, for inclusion in the minimals ask Mojca. [1] http://modules.contextgarden.net/ Wolfgang