Changes between Version 23 and Version 24 of Ticket #4138, comment 16


Ignore:
Timestamp:
10/28/21 20:48:05 (2 years ago)
Author:
ZGMxYWFh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138, comment 16

    v23 v24  
    2626        F | XXXXXXXX F | XXXXXXXX F | XXXXXXXX F | 
    2727 
    28 where F is the bidi pseudo character to enforce a Left To Right direction. It is a pseudo character partially because the human user will not see it. It has no width. It is more a control sequence. It is injected to the stream the terminal receives so that its bidi layer can arrange the actual characters correctly. Of course, the Linux console, and any non bidi aware terminal, will get confused by that pseudo bidi character. 
     28where F is the bidi pseudo character to enforce a Left To Right direction. It is a pseudo character partially because the human user will not see it. It has no width. It is more a control sequence then a character of the language. It is injected to the stream the terminal receives so that its bidi layer can arrange the actual characters correctly. Of course, the Linux console, and any non bidi aware terminal, will get confused by that pseudo bidi character. 
    2929As I wrote, my bidi knowledge is superficial. And I don’t know MC internals.