2
0
peter 21 жил өмнө
parent
commit
3f57db42c5

+ 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;