Parcourir la source

* hebrew is also RTL

peter il y a 21 ans
Parent
commit
3f57db42c5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;