mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 06:42:38 +02:00
* hebrew is also RTL
This commit is contained in:
parent
2b030488b2
commit
3f57db42c5
@ -184,7 +184,8 @@ begin
|
||||
'[',']',
|
||||
'(',')':
|
||||
Result := drNONE;
|
||||
#$0600..#$06FF:
|
||||
#$0590..#$05FF, //Hebrew
|
||||
#$0600..#$06FF: //Arabic
|
||||
Result := drRTL;
|
||||
else
|
||||
Result := drLTR;
|
||||
|
Loading…
Reference in New Issue
Block a user