Browse Source

* hebrew is also RTL

peter 21 years ago
parent
commit
3f57db42c5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/objpas/freebidi.pp

+ 2 - 1
rtl/objpas/freebidi.pp

@@ -184,7 +184,8 @@ begin
     '[',']',
     '(',')':
       Result := drNONE;
-    #$0600..#$06FF:
+    #$0590..#$05FF,      //Hebrew
+    #$0600..#$06FF:      //Arabic
       Result := drRTL;
   else
     Result := drLTR;