* hebrew is also RTL

This commit is contained in:
peter 2004-10-06 19:37:59 +00:00
parent 2b030488b2
commit 3f57db42c5

View File

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