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


Ignore:
Timestamp:
10/28/21 20:46:28 (3 years ago)
Author:
ZGMxYWFh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138, comment 16

    v22 v23  
    2626        F | XXXXXXXX F | XXXXXXXX F | XXXXXXXX F | 
    2727 
    28 where F is the bidi pseudo character to enforce a Left To Right direction. 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. 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.