On Thu, Jul 03, 2003 at 12:58:46PM +0200, Frank Meies wrote: > Hi Yosef, > > Yosef Leibovich wrote: > > > How can I insert those signs in winXP OOo? it's very vital because > > unlike MSWord OOo doesn't care which language have you typed the > > character with - it makes them all neutral. > > > Yes, that's true. MS Word seems to treat neutral characters depending on > the current input method. On Linux and Solaris, we currently do not know > how to distinguish if a neutral character has been entered with your > input method set to "English" or "Hebrew". > > We are aware of that problem and are working on it. In the meantime you > could use the following macros as a workaround: > > > sub InsertLRE > xsel = thiscomponent.currentcontroller.getselection > xrange = xsel(0) > xrange.setstring(chr$(8234)) > end sub > > sub InsertRLE > xsel = thiscomponent.currentcontroller.getselection > xrange = xsel(0) > xrange.setstring(chr$(8235)) > end sub > > sub InsertPDF > xsel = thiscomponent.currentcontroller.getselection > xrange = xsel(0) > xrange.setstring(chr$(8236))
What about RLM and LRM ? When I type RLM (a character that is now in the new Hebrew keyboard ) on my OOo 1.1.b2/linux it shows as a space. Is it just me? -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+
