Browse Source

* hebrew is also RTL

peter 21 năm trước cách đây
mục cha
commit
3f57db42c5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;