Hi all. In 3 months delay cause by work loading here is rtl: http://moshe.i-com-it.com/patchs/livedocs-rtl.patch.txt
Here is reminder what i did: 1. Make the style_mapping.php (optionally - default english) per language version: first, already now it contains plain text that have to be changed per language. second, that methos will give me maximum ability for RTL customizing with minmum delta from livedocs, when i can define format_* functions where neeeded (e.g, to add 's and so on.) on the sapareted style_mapping.php put dir=rtl on the containers (not the css!) where needed, this will economize the css maintenance per direction for each theme. in addition each file can optionally export $direction and $charset globals to be used on html_format files. If language wants only to export the $charset and save spliting all the style_ file, that could be gain simply by including the en.sytle file after $charset. 2. add encoding and direction on some functions (for now just the header) to the themes/html_format (for now i tested it on default theme). --/moshe