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